Find us on facebook

May 2, 2015

Move all model classes under models folder -laravel 5

If you moved User model to app/models folder then you have to change app/auth.php to
'model' => 'App\Models\User', instead  'model' => 'App\User',

No comments:

Post a Comment