Support the ongoing development of Laravel.io →

1,910 Threads

Laravel 5 auth in Codeception functional test does not work

I'm having trouble with function tests and auth: Laravel is used as a RESTfull backend. The service...

0 Likes
0 Replies

auth with no password

I'm migrating an app that does not need to do standard auth. Users first get authenticated and autho...

0 Likes
1 Replies

Redirecting using Redirect::to, Redirect::away and Redirect::intended causes double request

On my site I try to use Redirect::intended to redirect a user after login, if they tried to access a...

0 Likes
1 Replies
Solved

Middleware classes not found

Hi, I tried to make my own auth system since laravel's auth system has no support for user roles. I...

0 Likes
2 Replies
Solved

Class not found problem

I am a newbie to Laravel or any php frame work and don't know how or where to make a class. I am fol...

0 Likes
5 Replies

E-commerce & SSL certificate

Hi there, I'm creating many different web apps with Laravel 5 like an e-commerce, a blog, etc... All...

0 Likes
0 Replies

CSRF token empty

I destroy all session before create a form. And input CSRF token empty. Controller class TestControl...

0 Likes
2 Replies
Solved

Approve users after registration

Is it possible to modify the built in Auth so that new user registrations need to be approved? I gue...

0 Likes
2 Replies
posted 9 years ago

Problem with reset password

Hi when I reset password I got error UnexpectedValueException in PasswordBroker.php line 239: User m...

0 Likes
2 Replies
Solved

i'm getting auth attempt false in laravel 5

This is my controller public function authenticate(Request $request) { $username = Input::get('usern...

0 Likes
15 Replies

Laravel 5 Auth: These credentials do not match our records.

Hello, I'm just starting out with Laravel 5, I come from Laravel 4 environment so it shouldn't be to...

0 Likes
3 Replies

Route:list not working outside Homestead SSH

Hi! I want to run the simple command: "php artisan route:list" but I can't! at least if I...

0 Likes
2 Replies

Authentication issue (4.2)

Occasionally, I run into an issue where I can't login to my app. Even a password reminder and chang...

0 Likes
3 Replies

Empty email when authorization in twitter via Socialite

I use authorization in twitter via Socialite. Why email property empty? use Laravel\Socialite\Facade...

0 Likes
3 Replies
Solved

Search forum

I really wish some folks would do a search before they asked the question, some questions have been...

0 Likes
0 Replies

Authenticate on multiple tables/models with Laravel 5

Hello guys, I have two questions about Authentication: How to use Auth with multiple tables? (Stude...

0 Likes
2 Replies

Dynamically set Session cookie expiry date

Hello! I would be happy if you could help me with the following problem: When a user does a login, I...

0 Likes
0 Replies

Debug authentication

How can I debug the authentication?

0 Likes
4 Replies
posted 9 years ago

Lumen and Laravel user logins

If user login in normal laravel application, is it possible use same login session in lumen without...

0 Likes
1 Replies

How to show my the name, display_name form roles table of logged in user.

Hey, I installed the package entrust and everything is awesome !! . but I tried to fetch the name,...

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