Anyone going? http://www.amsterdamhackathon.com
I've created my very first 2 blog posts about creating and using repositories in Laravel http://blog...
just download composer.phar and execute composer.phar create-project laravel/laravel your-project-na...
User::where('id', '=', 1)->first(array('name')); User::where('id', '=', 1)->pluck('name');
you can extend multiple sections and even overwriting them. there is also a @parent tag that allows...
take a look at http://laravel.com/docs/eloquent#polymorphic-relations
you can get the same result with a VPS and http://rocketeer.autopergamene.eu
The Laravel portal for problem solving, knowledge sharing and community building.