in Laravel 5 I installed AdminLTE template. This template provide the routes documentation http://ift.tt/1Rmlcal. But i make some changes in the route because i want default login route
Route::group(['middleware' => 'web'], function () {
Route::auth();
Route::get('/', 'Auth\AuthController@getLogin');
Route::post('auth/login', 'Auth\AuthController@postLogin');
Route::get('auth/logout', 'Auth\AuthController@getLogout');
});
if i use this i am facing following error
FatalErrorException in Factory.php line 5: Maximum function nesting level of '100' reached, aborting!
But i remove middleware so working fine. So what is my problem or i miss something. Please help me.
from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/1WeCP45
via IFTTT
Aucun commentaire:
Enregistrer un commentaire