Support the ongoing development of Laravel.io →

zquilong

Joined 11 Jan 2015

Statistics

Threads 2
Replies 4
Solutions 0
Articles 0

how to change default database connection in controller

Hello all , i want to ask some question . i want to use database connection depending on each user l...

0 Likes
5 Replies
Solved

how to make login with Auth::attempt persistence on every page

Good afternoon , all i have some trouble with login i dont know why login only work in post page whe...

0 Likes
3 Replies
Solved
replied 9 years ago

how to change default database connection in controller

i trying to switching database connection that i use now. my goal is to make every user login sessio...

0 Likes
replied 9 years ago

how to change default database connection in controller

AccountController.php $auth = Auth::attempt($userlogin ); if($auth) {...

0 Likes
replied 9 years ago

how to make login with Auth::attempt persistence on every page

Thanks , after i checking in my model i used for auth , i found the source problem in there and i al...

0 Likes
replied 9 years ago

how to make login with Auth::attempt persistence on every page

this is how i check login or not @if(Auth::user()) &...

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.

© 2024 Laravel.io - All rights reserved.