Support the ongoing development of Laravel.io →

1,910 Threads

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

middleware issue

Hello everyone, I want to do something like this: public function destroy($id) { $user = Auth::u...

0 Likes
1 Replies

Database Errors After Swapping Out User.php for Another Class

I just installed laravel and created a new project. I ran php artisan make:auth which provides a lo...

0 Likes
3 Replies
Solved

Sentinel update not updating all fields?

So i'm trying to update a user in the database, all names are correct however the update is only upd...

0 Likes
1 Replies

Auth::check always returning false

I can't figure this out for the life of me. The Laravel docs imply/state that Auth::check should ret...

0 Likes
4 Replies
Solved

Save emails and passwords from unautorizades users

I created the login using php artisan make:auth I read I have to override AuthController.php but , I...

0 Likes
1 Replies

Authenticate only with LDAP

Hi, I would like to create a website with LDAP authentication. I installed an LDAP plugin (this one:...

0 Likes
0 Replies

Multiple authentication methods for the same routes

Hi all. My app provides an API that is used both by the frontend (with form/ajax requests) and by ex...

0 Likes
1 Replies

Authentication

I have developed an application using Laravel 5.2 that uses the default authentication. I have the f...

0 Likes
1 Replies

Laravel Roles and Permissions on routes

I have a Laravel 5.2 application using the Auth functionality provided by Laravel. For roles and per...

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.

© 2024 Laravel.io - All rights reserved.