I noticed in the L5 download today the authcontroller has to use traits. Is there someone that can g...
I noticed that L5 dev has some folders with capital letters like Controllers, and L4 had small lette...
In ver 4.2 this worked: Route::get('owners', array('before' => 'auth', 'uses' => 'PownersContr...
I struggled for over 3 hours and couldn't get a login to work. Now this came with laravel, NOT MY CO...
in 4.2 I could: $data['owners'] = DB::table('powners') etc and Session::put('logged', 'islogged');...
See if this is helpful https://laravel-news.com/2015/08/laravel-oauth-2-0-server/
Have you tried some of these http://laravel.io/forum/search?query=Ajax
Have you looked over one to many in the docs? And other examples in relations. Also don't forget a...
The Laravel portal for problem solving, knowledge sharing and community building.