Anyone going? http://www.amsterdamhackathon.com
I've created my very first 2 blog posts about creating and using repositories in Laravel http://blog...
what do you use for sending emails and what is your setting for app/config/mail --> pretend
create a file app/config/myawesomesettings.php and add <?php return array('myawesomeperpage' =>...
MineSQL said: If I'm not mistaken, Laravel uses BCRYPT alogrithm to generate hashes. This is a ONE...
function awesomeRedirect() { header("Location: " . app('url')->route('cms.login'));...
The Laravel portal for problem solving, knowledge sharing and community building.