My AuthController's redirectTo property: protected $redirectTo = '/'; Here is login routes: Rou...
This is my route: Route::resource('/', 'PostsController'); PostController's show() method: publ...
I've created a Lumen project and copied .env.example to .env. After that I changed DB_DATABASE, DB_U...
I created a request php artisan make:request ContactFormRequest and then changed authorize() method...
Found out that on the staging server the database is not local & it's located in other server. T...
tdhsmith said: If you wish to prevent those users from logging in, you can add the check directly t...
Probably error is in routes.php file Please try to leave in routes.php only line: Route::post('auth/...
The Laravel portal for problem solving, knowledge sharing and community building.