I am trying to authorise user in a controller method by calling another method of the same controlle...
We've open sourced Sentinel and depreciated Sentry. Feeling supportive? Help us on our mission to bu...
I am interested in to modify default sql while auth with Laravel 5. Laravel uses this sql for auth a...
I am using https://github.com/strebl/ldap-auth to authenticate my users against ldap. However my app...
Hi, I'm starting a new project and I'd like to know whether I should start in Laravel 5.1 and then u...
Hello - I've tried multiple solutions and no matter what I try, my application tells me that my cred...
Hi, I am trying to make a system of permissions. I am using a modular package to separate the main a...
hi, i am trying to create a credit or point system for my web application that use Laravel 4,2.. my...
since laravel's built in authentication uses user model? For example I want to separate the admin fr...
Hello I'm making a website that have two points: Clients Business Clients: static pages like home,...
I am using Laravel as a backend API on a subdomain (api.example.com). My front end lies on a differe...
Hi, Is there a tutorial , other then provided at https://github.com/chrisbjr/api-guard/tree/v1.0.
Hi, everyone. I am implementing a simple Laravel website. I need some urls protected from unauthoriz...
I'm using the eloquent authentication driver. After an unsuccessful registration, a user is redirect...
I am using the stateless HTTP authentication as described at http://laravel.com/docs/master/authenti...
I have the following: Route::get('profile', ['middleware' => 'auth.basic', function() { // Only a...
I had modified a vendor file of Laravel placed at /vendor/laravel/framework/src/Illuminate/Auth/Guar...
I would like to make a more secure version for my application where there is stored a hash too, i ha...
Hello Lara-people ! First of all, I'm pretty new to Laravel (and PHP in general) so I don't know if...
Is it possible to modify a route after it's been created. A good example of this is a package route...
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