Posts by srosanatalia • 19 points
2 posts
-
-2
votes1
answer186
viewsQ: How to check if the email already exists in "real time"? Laravel
I am building an update form. I want that when the user requests an email exchange, first I check that the email is no longer in use. In my html form I have the following field: <div…
laravelasked srosanatalia 19 -
0
votes1
answer189
viewsQ: Error 404 in project
I have some settings in the file config/app.php of my project, as: 'base_domain' => 'aplicacao.com.br' 'url' => env('APP_URL', 'https://cliente.aplicacao.com.br') In my route files, I have:…