Support the ongoing development of Laravel.io →

1,917 Threads

Problems with Auth::user()

Hi, this should be easy to do, but I'm getting an error and at this point I reallly don't know where...

0 Likes
4 Replies
Solved

Call to undefined method Modules\Oauth\Repositories\Eloquent\EloquentMemberRepository::attempt()

$email = $request->get('email'); $password = $request->get('password'); $password = md5($p...

0 Likes
0 Replies

Where does artisan make:auth set the routes?

Hi, I've done artisan make:auth, it all works, but where does it place his routes? I only see explan...

0 Likes
1 Replies

Permission Error

Hi, I have two questions the first one I wanna know how I can move my project from C:\ folder to my...

0 Likes
0 Replies

Register only certain email domain (Auth)

So I'm trying to update the out of box validator to only allow a specific domain. Are there any oth...

0 Likes
1 Replies

Nested @can checks do not work

Hi, someone knows if nested @can statements are supported in laravel? view.blade.php @can('list')...

0 Likes
2 Replies

Route middleware not working correctly

/* Social Register */ Route::get('social/register', [ 'middleware' => 'auth', 'as' => 'social:...

0 Likes
0 Replies

My link to github profile is not working on this laravel.io site.

Yesterday, I changed my username on github profile but here (laravel.io) remains old link to my prof...

0 Likes
0 Replies

Laravel 5 unit testing controllers with auth middleware

I'm trying to write some unit tests for my controllers in Laravel 5 The route is protected by the au...

0 Likes
6 Replies
Solved

Problem with hosting shared

Hi! I have a problem with this code in hosting shared, but works fine in localhost. this function re...

0 Likes
2 Replies

Problem with Login using socialite

I have used Socialite library for authentication through facebook and google. When i used it separat...

0 Likes
0 Replies

Password Reset Broken After Altering User Model

I took the painful steps to alter the [php artisan make:auth] authentication/registration scaffoldin...

0 Likes
1 Replies

Confirmation Code for a user won't work

So was able to create a user, no problem. I wanted to add a confirmation code to validate a users em...

0 Likes
1 Replies

Socialite on Homestead is failing

I followed the steps to install socialite, after I get redirect back to the website I get this error...

0 Likes
3 Replies
Solved

Fetch session by session ID

Hello fellow developers! Is there a way I can fetch a session by its id? I'm making a simple auth ap...

0 Likes
0 Replies
posted 8 years ago

Integrate authentication to existing Laravel project and users database

Hello, I am a totally newbie to Laravel, but after following lots and lots of guide, my project was...

0 Likes
0 Replies

Redirect to previous page after login

Hi people, im trying, with the default Laravel authentication functionallity, to redirect the user t...

0 Likes
1 Replies

Password confirmation using javascript

Hello. I am trying to create a way so that user's must enter their password twice on signup, and it...

0 Likes
1 Replies
Solved

How to make authentication laravel 5.2

Hello everybody, I'm new with laravel and I never used any php framework, so I'm a little lost. Actu...

0 Likes
2 Replies
Solved

How to use laravel Auth::user() outside laravel 5.2

I am using this code for use Auth::user() outside Laravel 5.1 and works properly: require '../larave...

0 Likes
4 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.