Support the ongoing development of Laravel.io →
4unkur

4unkur

Joined 15 Aug 2015

Statistics

Threads 9
Replies 17
Solutions 2
Articles 0
posted 10 years ago

Redirecting if user already logged in

My AuthController's redirectTo property: protected $redirectTo = '/'; Here is login routes: Rou...

0 Likes
2 Replies
Solved

show method doesn't work

This is my route: Route::resource('/', 'PostsController'); PostController's show() method: publ...

0 Likes
3 Replies
Solved

Lumen gets wrong value from .env

I've created a Lumen project and copied .env.example to .env. After that I changed DB_DATABASE, DB_U...

0 Likes
2 Replies
Solved

Issue with auth in L5.1

I created a request php artisan make:request ContactFormRequest and then changed authorize() method...

0 Likes
3 Replies
Solved
replied 8 years ago

DB::getQueryLog() wrong execution time

Found out that on the staging server the database is not local & it's located in other server. T...

0 Likes
Solved
replied 9 years ago

Status check on authentication

tdhsmith said: If you wish to prevent those users from logging in, you can add the check directly t...

0 Likes
replied 10 years ago

Call a mutator

Thanks @mrabbani

0 Likes
replied 10 years ago

Getting a NotFoundHttpException

Probably error is in routes.php file Please try to leave in routes.php only line: Route::post('auth/...

0 Likes
Solved
replied 10 years ago
0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2026 Laravel.io - All rights reserved.