Anyone going? http://www.amsterdamhackathon.com
I've created my very first 2 blog posts about creating and using repositories in Laravel http://blog...
why not use? Route::controller('/login', 'AuthController');
nice article I'm doing something similar, the difference is that I set the rules in my model instead...
on a Mac you already have PHP, not sure how this MAMP works but I think if you use PHP on the comman...
popolla said: @zenry: The final question remains. If I have to do those checks on my own, whatever...
regarding your routes, this might be better Route::get('gallery/{city}', function($city) { $citi...
The Laravel portal for problem solving, knowledge sharing and community building.