Support the ongoing development of Laravel.io →

343 Threads

Auth::user() not working inside a route group.

In Laravel 4.2 as part of my permissions system I would dynamically setup routes based on the users...

0 Likes
7 Replies
Solved

Seeded passwords are always invalid

Hi, I'm trying to use a database seeder to create user accounts for testing. The seeder works fine a...

0 Likes
5 Replies
Solved
posted 8 years ago

switch built-in authentication from email to username

Hi, I am trying for hours to just switch the built-in laravel 5 authentication from email to usernam...

0 Likes
4 Replies
Solved

SQL Syntax error with custom login username

Hey guys, very simple question: I am getting the following error after specifying my login logic to...

0 Likes
3 Replies
Solved

Laravel multi auth problem

Hi i am using laravel 5, I create the admin panel everthing is perfect. I group users 3 categories....

0 Likes
4 Replies
Solved

Proper use of Auth::login()

I'm trying to use Auth::login() to log users into my application. I'm using ADLdap to first authenti...

0 Likes
1 Replies
Solved

Adding more options to form

Hey i am new. I was wondering how can I add more variables to form. I tried this: class User ext...

0 Likes
1 Replies
Solved

Disable user register

Hi everyone, for let be my app private i have to disable the user register function, and of course t...

0 Likes
1 Replies
Solved

Upgrade to laravel 5.0

I I tried to upgrade to Laravel 5.0, but I have a problem with my macros. I have 2 types of macros:...

0 Likes
4 Replies
Solved

laravel 5 built in scaffolding tried to use username instead of email error

I already created a column username and fill it in the users table that was used with the laravel 5...

0 Likes
3 Replies
Solved

HTTPS not being detected

I'm connecting over https with my browser, and in my middleware class when I call $request->secur...

0 Likes
1 Replies
Solved

Auth Url is 404 - Old version?

I am trying to use the Auth route to use the default username and password built into L5 however it...

0 Likes
1 Replies
Solved

L5 OAuth error with Github

I am using this package https://github.com/oriceon/oauth-5-laravel Everything is good with Facebook...

0 Likes
3 Replies
Solved

Laravel ignores User table

I have a fresh install of Laravel 5 running on WAMP. So far everything is working well as far as rou...

0 Likes
4 Replies
Solved

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

CSRF token empty

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

0 Likes
2 Replies
Solved
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

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

Register an user after logged

This is my current project: I have a login page, without any tab on top or whatever. In other words...

0 Likes
1 Replies
Solved

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.