Anyone going? http://www.amsterdamhackathon.com
I've created my very first 2 blog posts about creating and using repositories in Laravel http://blog...
you can also create an 'after' filter and simply redirect the user Route::group(['before' => 'aut...
I think you can do this in the boot() of your own service provider App::register('ThirdPartyApp\Prov...
check with {{ dd($users) }} what $users is you can also check with {{ get_class_methods($users) }}...
You don't need to use Eloquent, you can just as easily use DB in your own model. The downfall is tha...
The Laravel portal for problem solving, knowledge sharing and community building.