Support the ongoing development of Laravel.io →

1,915 Threads

Use another column instead of 'email' for auth.basic?

I have the following: Route::get('profile', ['middleware' => 'auth.basic', function() { // Only a...

0 Likes
2 Replies

Modified Laravel Vendor files issue

I had modified a vendor file of Laravel placed at /vendor/laravel/framework/src/Illuminate/Auth/Guar...

0 Likes
1 Replies

Make a salt and use sha512 instead of bcrypt

I would like to make a more secure version for my application where there is stored a hash too, i ha...

0 Likes
0 Replies

Dual Auth Mechanism: two user types, two authenticators

Hello Lara-people ! First of all, I'm pretty new to Laravel (and PHP in general) so I don't know if...

0 Likes
0 Replies

Modifying routes after creation

Is it possible to modify a route after it's been created. A good example of this is a package route...

0 Likes
1 Replies

Change SMTP details

Hi what's the best way to replace default SMTP details to the ones coming from the database? Let's s...

0 Likes
0 Replies

Login with google in laravel 5

Hi, i am working on laravel 5 socialite login, but i am getting error like, ClientException in /home...

0 Likes
0 Replies

[Contribution] Lumen 5.1 and Homestead of Laravel: Create a RESTful API

Hello people. I'm glad to share with all of you my most recent course about Lumen and the RESTful AP...

0 Likes
0 Replies

Seeding the user with some default records on registration

I want to add some default records to a table for every user. So I edited the RegistersUsers.php to...

0 Likes
0 Replies

User gets logged out when Angular performs a http request

Hi! I have a problem with my Laravel application. I use AngularJS and when it is trying to make a ht...

0 Likes
5 Replies
Solved

Cookie expiration

Hello my dear laravel buddies, i have my e-shop, i have laravel cookie to make for product quantity...

0 Likes
1 Replies

Laravel 5.1.20 (LTS) fails to authenticate

I am trying a small signup and login setup.In that application i coded like once user signed up he w...

0 Likes
0 Replies

Creating Restful API set in Laravel 5.1

I have created restful controllers & I can also see the routes by using command PHP artisan rout...

0 Likes
0 Replies

How to add custom fields in Authentication login page L5.1

Good day.. Hi guys. I know this is one the basic features in laravel but I'm kinda stuck here. I'd l...

0 Likes
4 Replies
Solved

Where change the path to redirect a no login user?

I changed on return view('auth.login') to return view('/') and give error [.] no exists Thanks frien...

0 Likes
0 Replies

Auth::loginUsingId() and Auth::login() not work in middleware.

Session got cleared after the requested page response, in this requested page Auth::user() is workin...

0 Likes
1 Replies

Laravel login functionality checking for an extra field with IN not =

so I know I can add in another field that Laravel can check whilst logging in e.g. if (auth()->at...

0 Likes
3 Replies

Passing Parameters to middlware

I am a beginner for the laravel. I am using laravel 5.0. I created a middleware and I pass the param...

0 Likes
2 Replies
Solved

Displaying and hiding website's functions based on user permissions

I have a website that is only used by my company's staff. For simplicity's sake, let's say this webs...

0 Likes
2 Replies

Login with google

Hello, I am using socialite package to login with google for my application. I am getting successful...

0 Likes
2 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.