I have been going through a mix of Laravel 4 and Laravel 5 tutorials depending on what I found when...
Hi, I'm new with Laravel, so im writing a comment form that using hidden input which value is user-&...
Hi All, I need to add in some extra logic when functions are called inside ResetsPasswords.php. I'm...
Hi I am using JWT for authentication so I want to be able to get the the user token with Auth:user()...
Hi, I am new to the Laravel community and i started with the last version (v5.2.16). I am using a cu...
My website is for two people at the same time. They need to be able to login together or separately....
public function redirectToFacebookLogin() { return Socialite::driver('facebook')->redirect(); } /...
Hi, Is there a way in 5.1 to use policies without having a logged in user? To give an example, I wou...
I am trying to implement facebook authentication using Socialite, and In my auth controller im getti...
Hi, I'm learning Laravel authentication and created authentication form using command php artisan ma...
Hi everyone, I'm building an application and if the session times out then a user submits the form,...
Hey guys i am newly working on Laravel. I am facing a problem regarding authentication. Its that whe...
The problem is with the default auth.basic functionality. A users' credentials pass when checking wi...
Hi Guys first of all i'm a complete newbie in frameworks, i started reading about that a few days ag...
I am using student guard for Authentication everything is working fine. Auth::guard('student')->u...
Hello wonderful Laravel community. I'm working on a laravel spark project and I'm not sure what I've...
This is my form <form method="POST"> <div class="table-responsive">...
Hey there, I am new to laravel i have created laravel basic authentication using command line, ever...
Hello, I am using Entrust in my application for user permissions. It works fine in my controllers, f...
Hi, I am trying to use Lumen and JWT, following this tutorial: http://laravelista.com/json-web-token...
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