It goes in your config directory. You create a php file that just returns an array. Then you can acc...
You can use the bcrypt helper function. For example... $hashedPassword = bcrypt($password); If you...
I think I understand. Let me know if this is what you want. You want to get the user's companies and...
Laravel 5 now comes packaged with its own command bus system. It's called "Jobs". It makes...
Everything you want is doable, but how is the password in your current database hashed?
The Laravel portal for problem solving, knowledge sharing and community building.