Hello, i am new to Laravel and and am playing with the "built-in" Authentication functiona...
Is there a way to have more than one permission for a route? An array doesnt work. I want something...
Hello, I'm trying to use Laravel Auth function in CKFinder to restrict anonymous using of CKFinder....
I have in the database a table named user that contains the following columns, id, email, name, pass...
Hi I tired .i don't know what i do about this error. my function is this: public function viewop($l...
At the moment, i have a simple rate limiting function implemented with a route filter. I was wonderi...
I trying to build facebook canvas with laravel 5.2 with "SammyK/LaravelFacebookSdk" packag...
Hello. I'm trying to use implement authentication in my system without success (using Laravel 5.0)....
I am creating a simple login function on my website with a registration feature. The registration fe...
I posted this on Stack Overflow a few days ago to no avail so I'm hoping I can get some help here. I...
I have developed my first Laravel CRUD application and i am looking to setup a system of authenticat...
HI, I'm trying to use MisterPhilip/maintenance-mode to allow certain users (who are admins of this a...
Hi, I'm creating a admin panel in laravel using manual user authentication. I put a session variable...
Does anyone have much simpler way to demonstrate $user->can('view')?
I'm following the documentation exactly. https://github.com/laravel/socialite and https://laravel.co...
Hello, I am trying to set up a Laravel project on IIS server and I want when on a specific url to go...
Written with StackEdit. So i am struggling with understanding this laravel multi-auth concept in l...
i have made the Laravel multi authentication as follows: in auth.php 'guards' => [ 'web' => [...
I'm new to laravel and I'm trying to determine a good way to allow a user to "share" read...
Hi, everyone. I implemented login functionality to check role of user. Here is postLogin() function....
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