Which user management system you guys used / prefers for laravel 5 ?. like cancan in rails
I have backend on Laravel 4.2 which using Cartalyst Sentry for authorization. I have 2 questions: 1....
I am trying to override the default functionality of allowing the user to create their own password...
I'm having trouble with function tests and auth: Laravel is used as a RESTfull backend. The service...
I'm migrating an app that does not need to do standard auth. Users first get authenticated and autho...
On my site I try to use Redirect::intended to redirect a user after login, if they tried to access a...
Hi, I tried to make my own auth system since laravel's auth system has no support for user roles. I...
I am a newbie to Laravel or any php frame work and don't know how or where to make a class. I am fol...
Hi there, I'm creating many different web apps with Laravel 5 like an e-commerce, a blog, etc... All...
I destroy all session before create a form. And input CSRF token empty. Controller class TestControl...
Is it possible to modify the built in Auth so that new user registrations need to be approved? I gue...
Hi when I reset password I got error UnexpectedValueException in PasswordBroker.php line 239: User m...
This is my controller public function authenticate(Request $request) { $username = Input::get('usern...
Hello, I'm just starting out with Laravel 5, I come from Laravel 4 environment so it shouldn't be to...
Hi! I want to run the simple command: "php artisan route:list" but I can't! at least if I...
Occasionally, I run into an issue where I can't login to my app. Even a password reminder and chang...
I use authorization in twitter via Socialite. Why email property empty? use Laravel\Socialite\Facade...
I really wish some folks would do a search before they asked the question, some questions have been...
Hello guys, I have two questions about Authentication: How to use Auth with multiple tables? (Stude...
Hello! I would be happy if you could help me with the following problem: When a user does a login, I...
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