Support the ongoing development of Laravel.io →

1,917 Threads

Secure Laravel 5 api that is used internally and externally

I want to create some api controllers with a separate routing in an existing Laravel 5 application....

0 Likes
0 Replies

Modifying a built in trait?

I want to change the column used for logging in from email to name. I can see where to do this in t...

0 Likes
0 Replies

Laravel 5.0 vs 4.2 and Sessions not persisting after redirect

Header edit Set-Cookie ^(.*)$ $1;HttpOnly;Secure I have established that if this line is included in...

0 Likes
0 Replies

redirect uri mismatch error with Github and Socialite

Not sure what Im doing wrong but its so frustrating. Trying to integrate github login with socialite...

0 Likes
0 Replies

getReminder redirect

Where can I adjust the redirect after a "/password/email" submit to the password controlle...

0 Likes
0 Replies

auth::attempt actually auto redirects?

I am using laravel dev ( 5.0 ) in my authcontroller.php I added the postLogin method and i have &l...

0 Likes
2 Replies
posted 10 years ago

Multi User Middleware

Hi, I am trying to implement multiple user types using laravel 5. My general idea is to have a users...

0 Likes
0 Replies

[Laravel 5] Reminders table

Hello Does laravel 5 have an artisan command for making the reminders table? I've tried what I've fo...

0 Likes
1 Replies
posted 10 years ago

How to create your custom login method

Hello, How do I create my own custom login method? I know that extending a trait is not posible. htt...

0 Likes
2 Replies

L [5] : how to autehnticate user on curl

i had made api in laravel 5 i want to authenticate User using CURL how can i use it Route.php Route...

0 Likes
2 Replies
Solved

[Package] OAuth - Never been so easy!

This is my first Laravel package and I'm really excited to contribute! :) The goal of this package i...

0 Likes
22 Replies
posted 10 years ago

ErrorException when adding only array to middleware options

Hi i add this code in the construct function of the controller $this->middleware('auth'); and wor...

0 Likes
1 Replies

Changing the redirect for a successful login

Alright, I know this might seem trivial and hopefully I just missed it... I am using the out of the...

0 Likes
3 Replies
Solved

Laravel Authentication Always Fails..

I've Searched quite a bit and can't find the solution.. My Credentials are valid, but it always retu...

0 Likes
0 Replies

Using CORS(Cross-Origin Resource Sharing) to access Laravel Routes, Error(Unauthorized)

I'm using simple Restangular function "Restangular.one('here_is_laravel_route').get();" to...

0 Likes
0 Replies

Session doesn't persist on CORS

Hi, I'm trying to create an API with Laravel, this are on my localhost:8080, and i want to use it wi...

0 Likes
1 Replies

Use middleware on certain routes in a restful route controller in L5

I have a restful route controller for user setup like this: Route::resource('user', 'UserController...

0 Likes
2 Replies

Testing login L5

I'm trying to write tests for the login but keep getting these errors Method Mockery_4_Illuminate_Au...

0 Likes
0 Replies
posted 10 years ago

Need to link to auth/login in Laravel 5, link fails

Hello, <a href="auth/login">login</a> When I click on the link above, it works http://lo...

0 Likes
8 Replies
Solved

Multiauth Route before not working

Hi, I got problem with my authentication. I need to make the guest login so they can get into online...

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.

© 2025 Laravel.io - All rights reserved.