I have 2 Laravel 4 apps built as APIs. Currently, they are protected with a custom auth driver that...
I am a beginner and I want to write nice test case for my api server and need to do unit testing so...
I try to open my "users admin" app at http://myapp/admin/users -> this URL requires use...
I want assign multiple roles for single user and want to change user role on single login
i have some controller that i want to secure this from login page and i add login page and im my con...
On my website one of the main pages is where users must vote. So for avoid cheaters and duplicated a...
how to call Form data from API using laravel I need Tutorial Thanks.
I am using Auth::attempt($credentials, $rememberMe) for login user. It was working fine but suddenly...
I new with virtual box and vagrant , Now I using Homestead image and every thing is run well but whe...
I'm trying to keep track of every time a user logs on to my site. I can handle the auth.login event...
This question is mainly to wrap my head around things. I'd just like to know how others go about dev...
How to Use Laravel's Build Multi-sites with Different Account Auth? I need to build a platform. And...
hi, i have a problem with authentication. i am using multiauth. i tried to login a user then i check...
I have assigned multiple roles for a user and I ll need to function to get all the roles based on t...
Hello, I would like to know, how to use the sessions below in another php file outside laravel proje...
I'm using angularjs for a single page application that only gets data through an API with laravel. M...
After upgrading to Laravel 4.2 and added the remember me token to my users table, I've encountered a...
Hi, I try to login about an SSL-Proxy: https://www.ssl-account.com/heregoesmyadress but it don't wor...
Instead of having my database column named "username" or "email", how can I set...
Hi guys, So I am aware that you can authenticate users using Auth::attempt() and setting parameter t...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community