Hi all, the docs for Auth::extend() to create your own driver say to "Return implementation of...
I am trying to secure my POST routes with an auth filter routes.php: Route::filter('loggedIn', funct...
Hi I have added a admin middleware to a controller _construct method. <?php namespace App\Http\Mi...
Hi, I'm trying to make a user login but the email value isn't coming in the Input::get() here's my c...
I posted this on StackOverflow but haven't got a decent response. I have this small piece of code: $...
Good afternoon , all i have some trouble with login i dont know why login only work in post page whe...
I'd like the change the default Laravel 5 auth directory to something else - for example, 'authentic...
Hi there I am fairly new to Laravel and for my current project I decided to use the Bootstrap-CMS fr...
A native driver which uses Auth::extend and does not require any additional MongoDB related package....
Hi i used auth filter for a group of routes that i dont want to guest user access to it ,but i have...
Hi, I have two websites on the same server with same subdomains and share same database. (website1.d...
I try to use auth class into workbench but nothing happend.
Let's say I have a user_id or tenant_id associated with every row created. What is the best practice...
Any video tutorial or link for Laravel 5 Authentication? Thanks in advance.
Hello. I have been having an issue with my laravel site for a few weeks now and I have tried every s...
hi! I'm usign Sentry 2 .1 on laravel 4.2. When im logged in like a User for example "Admin1&quo...
Hello. I am trying to catch any errors that might come up when using the Billing service in Laravel....
hello i want to save user ip in my DB. How to use Request::ip() in laravel 5?
I like how the new Auth & Password logic is laid out but I'm having some trouble getting my head...
I'm new to Laravel and have managed to get quite a lot working. But I can't figure out why the pass...
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