I have a command that runs in an while(1) loop, which occasionally needs to send an email alert usin...
I tend to override a connection in config.database using config.set
View composers should work for this: http://laravel.com/docs/5.1/views#view-composers
If you all ready have the code refactor it into a library The last SSO project I was involved with i...
Auth::attempt will be hashing the password that you have already hashed with your own method Without...
The Laravel portal for problem solving, knowledge sharing and community building.