I have a command that runs in an while(1) loop, which occasionally needs to send an email alert usin...
I would probably override this in the constructor of your controller rather than hack the config fil...
Can you post some code of what you have tried? You should be able to use: $passwordHash = \Hash::mak...
Do you have newrelic installed gloablly? This patch might help https://gist.github.com/migrs/716cf72...
According to the docs, the second parameter is the foreign ID and the third is the local ID https://...
substr should do what you need: http://php.net/manual/en/function.substr.php e.g. if(substr( $string...
The Laravel portal for problem solving, knowledge sharing and community building.