Support the ongoing development of Laravel.io →

1,917 Threads

auth extend docs

Hi all, the docs for Auth::extend() to create your own driver say to "Return implementation of...

0 Likes
0 Replies

Redirect::intended() with Route::post()

I am trying to secure my POST routes with an auth filter routes.php: Route::filter('loggedIn', funct...

0 Likes
5 Replies

Redirect to previous url after login

Hi I have added a admin middleware to a controller _construct method. <?php namespace App\Http\Mi...

0 Likes
3 Replies

Input::get() not getting all form values...

Hi, I'm trying to make a user login but the email value isn't coming in the Input::get() here's my c...

0 Likes
6 Replies
Solved

No Response Cookies on Laravel Login Attempt

I posted this on StackOverflow but haven't got a decent response. I have this small piece of code: $...

0 Likes
0 Replies

how to make login with Auth::attempt persistence on every page

Good afternoon , all i have some trouble with login i dont know why login only work in post page whe...

0 Likes
3 Replies
Solved

Changing Authentication view directory from auth\login

I'd like the change the default Laravel 5 auth directory to something else - for example, 'authentic...

0 Likes
1 Replies

Customizing Graham Campbell's Bootstrap-CMS

Hi there I am fairly new to Laravel and for my current project I decided to use the Bootstrap-CMS fr...

0 Likes
3 Replies

[Package] Laravel 5 MongoDB Auth Driver

A native driver which uses Auth::extend and does not require any additional MongoDB related package....

0 Likes
0 Replies
posted 10 years ago

csrf_token

Hi i used auth filter for a group of routes that i dont want to guest user access to it ,but i have...

0 Likes
1 Replies

one website login affects another website

Hi, I have two websites on the same server with same subdomains and share same database. (website1.d...

0 Likes
3 Replies
posted 10 years ago

Using Auth::check() in workbench

I try to use auth class into workbench but nothing happend.

0 Likes
0 Replies

Best practice for checking record ownership

Let's say I have a user_id or tenant_id associated with every row created. What is the best practice...

0 Likes
2 Replies
posted 10 years ago

Laravel 5 Authentication Video tutorial?

Any video tutorial or link for Laravel 5 Authentication? Thanks in advance.

0 Likes
3 Replies

Unwanted login redirect. Subdomain only

Hello. I have been having an issue with my laravel site for a few weeks now and I have tried every s...

0 Likes
1 Replies

Sentry 2 Get logged in user!

hi! I'm usign Sentry 2 .1 on laravel 4.2. When im logged in like a User for example "Admin1&quo...

0 Likes
1 Replies
Solved

Catching errors from Laravel Billing

Hello. I am trying to catch any errors that might come up when using the Billing service in Laravel....

0 Likes
0 Replies

How to use Request::ip() in laravel 5

hello i want to save user ip in my DB. How to use Request::ip() in laravel 5?

0 Likes
1 Replies

Modifying existing AuthenticatesAndRegistersUsers & implementing licence key checks/permissions

I like how the new Auth & Password logic is laid out but I'm having some trouble getting my head...

0 Likes
0 Replies

L5 Password Resets

I'm new to Laravel and have managed to get quite a lot working. But I can't figure out why the pass...

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.