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...
Hii..all I am tryging to create forgot password functionality,, but getting following error. Connect...
Hey! I have just started to create a Laravel application featuring websockets. I have managed to cre...
Using Laravel 5, though this accured in previous versions too. Issue: I'm getting the redirect url s...
I want to be able to distinguish if a user is Administrator, and if he is to redirect him appropriat...
I'm on Laravel 4.1.3 I used the password_reset everythings seems to work email is sent , reset passw...
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