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....
Hi, this should be easy to do, but I'm getting an error and at this point I reallly don't know where...
$email = $request->get('email'); $password = $request->get('password'); $password = md5($p...
Hi, I've done artisan make:auth, it all works, but where does it place his routes? I only see explan...
Hi, I have two questions the first one I wanna know how I can move my project from C:\ folder to my...
So I'm trying to update the out of box validator to only allow a specific domain. Are there any oth...
Hi, someone knows if nested @can statements are supported in laravel? view.blade.php @can('list')...
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