Questions tagged as 'laravel-5.4'

0
answers

Laravel - Redirect :: to or Redirect :: back giving TokenMismatchException error?

The following is happening, I have the login screen that does some checks, if it does not happen in some of my Controller I make a redirect to url login with the message of error . error if I give redirect...
asked by 24.02.2017 / 14:27
1
answer

Doubt storageAs Laravel 5.4

I was with my local Laravel project, and I use this code to save my images: $request->profile_photo->storeAs('empresas/perfil', $filename, 'public'); Now I have hosted my project, to host I had to get the folder public from the...
asked by 21.11.2017 / 19:17
4
answers

Laravel, Hash :: check (), always returns false

When trying to compare the password in pure text with the password encrypted in the database, the Hash::check() method always returns false , and should return true Authentication code: $email = $request->input('e...
asked by 20.02.2017 / 18:16