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 create a new filter in app/filters.php Route::filter('isAdmin', function() { if(Auth::user()-&...
well normally you have something like Post::find(1); a repository is another class that looks like...
alexhackney said: I was hoping to have all domains within one database and keep it as simple as pos...
you can setup your environments in bootstrap/start.php and then create a new database file per domai...
I would setup multiple environments and databases and switch per domain. That is the safest option b...
The Laravel portal for problem solving, knowledge sharing and community building.