/* Social Register */ Route::get('social/register', [ 'middleware' => 'auth', 'as' => 'social:...
Yesterday, I changed my username on github profile but here (laravel.io) remains old link to my prof...
I'm trying to write some unit tests for my controllers in Laravel 5 The route is protected by the au...
Hi! I have a problem with this code in hosting shared, but works fine in localhost. this function re...
I have used Socialite library for authentication through facebook and google. When i used it separat...
I took the painful steps to alter the [php artisan make:auth] authentication/registration scaffoldin...
So was able to create a user, no problem. I wanted to add a confirmation code to validate a users em...
I followed the steps to install socialite, after I get redirect back to the website I get this error...
Hello fellow developers! Is there a way I can fetch a session by its id? I'm making a simple auth ap...
Hello, I am a totally newbie to Laravel, but after following lots and lots of guide, my project was...
Hi people, im trying, with the default Laravel authentication functionallity, to redirect the user t...
Hello. I am trying to create a way so that user's must enter their password twice on signup, and it...
Hello everybody, I'm new with laravel and I never used any php framework, so I'm a little lost. Actu...
I am using this code for use Auth::user() outside Laravel 5.1 and works properly: require '../larave...
Hello everyone, I want to do something like this: public function destroy($id) { $user = Auth::u...
I just installed laravel and created a new project. I ran php artisan make:auth which provides a lo...
So i'm trying to update a user in the database, all names are correct however the update is only upd...
I can't figure this out for the life of me. The Laravel docs imply/state that Auth::check should ret...
I created the login using php artisan make:auth I read I have to override AuthController.php but , I...
Hi, I would like to create a website with LDAP authentication. I installed an LDAP plugin (this one:...
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