Support the ongoing development of Laravel.io →

1,910 Threads

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

How to create user for laravel 5 from out side of intalled

Hi, i'm new to laravel I have to create (sign up) and sign in for user from other php application co...

0 Likes
2 Replies

Existing mySQL DB for login credentials

Hi, I want to create a login which is implemented in a website on a server. On this server there is...

0 Likes
5 Replies

auth()->attempt() throws an ErrorException when passed an array of credentials

I am trying to login a user in the latest release of Lumen. No matter whether I use auth()->attem...

0 Likes
2 Replies
Solved

define authorization ability for many to many relationships

laravel 5.1 document example define ability authorization for one to many relationships: http://lar...

0 Likes
1 Replies

Auth::logout does not work laravel 5.1

I am newbie laravel here my code is not redirect to signup page. Not any error display. Any suggesti...

0 Likes
4 Replies

Cannot maintain user session following sucessful authentication

Hi All, I am using the built-in authentication views/controllers for Laravel 5.0. I am able to succe...

0 Likes
2 Replies

Fail To Auth:attempt() in Laravel 5.1

I am newbie of laravel just authenticate 'username' and 'password' with database for successful log...

0 Likes
1 Replies
Solved
posted 8 years ago

Where is convinient? Where is elegant?

In laravel, you even can not use md5+salt instead of bcrypt hash. I tried ,but I found it's very har...

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

© 2024 Laravel.io - All rights reserved.