I want to create some api controllers with a separate routing in an existing Laravel 5 application....
I want to change the column used for logging in from email to name. I can see where to do this in t...
Header edit Set-Cookie ^(.*)$ $1;HttpOnly;Secure I have established that if this line is included in...
Not sure what Im doing wrong but its so frustrating. Trying to integrate github login with socialite...
Where can I adjust the redirect after a "/password/email" submit to the password controlle...
I am using laravel dev ( 5.0 ) in my authcontroller.php I added the postLogin method and i have &l...
Hi, I am trying to implement multiple user types using laravel 5. My general idea is to have a users...
Hello Does laravel 5 have an artisan command for making the reminders table? I've tried what I've fo...
Hello, How do I create my own custom login method? I know that extending a trait is not posible. htt...
i had made api in laravel 5 i want to authenticate User using CURL how can i use it Route.php Route...
This is my first Laravel package and I'm really excited to contribute! :) The goal of this package i...
Hi i add this code in the construct function of the controller $this->middleware('auth'); and wor...
Alright, I know this might seem trivial and hopefully I just missed it... I am using the out of the...
I've Searched quite a bit and can't find the solution.. My Credentials are valid, but it always retu...
I'm using simple Restangular function "Restangular.one('here_is_laravel_route').get();" to...
Hi, I'm trying to create an API with Laravel, this are on my localhost:8080, and i want to use it wi...
I have a restful route controller for user setup like this: Route::resource('user', 'UserController...
I'm trying to write tests for the login but keep getting these errors Method Mockery_4_Illuminate_Au...
Hello, <a href="auth/login">login</a> When I click on the link above, it works http://lo...
Hi, I got problem with my authentication. I need to make the guest login so they can get into online...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community