Hi all. My app provides an API that is used both by the frontend (with form/ajax requests) and by ex...
I have developed an application using Laravel 5.2 that uses the default authentication. I have the f...
I have a Laravel 5.2 application using the Auth functionality provided by Laravel. For roles and per...
hi I am trying to learn laravel, as a practice i have implemented tymon jwt auth in my laravel proje...
I am working with Laravel 5. here all working well for route '/' but when i am defining another rout...
I'm trying to get the error message to show when I attempt to login with the wrong username and pass...
Hi! I'm creating an app where I'm using a User model that represents Hotels. The columns for these h...
Does anyone knows how can I use a stateless basic authentication for some of my routes in Laravel 5?...
Hi I have a scenario where users log in into Laravel with regular email/password scenario. However i...
Hi guys, new here so go easy! I'm working on a site, and doing what I can in laravel, I have 2 regis...
I would like to start my new project in laravel 5 using DDD pattern. I am confused about the authent...
Hello everyone. I have a problem with my Laravel setup. This is a system that we have been working o...
Urgent!!! I Applied Oauth On my API, It's working fine on GET, POST Method, when calling API I passe...
I'm attempting to login a user in a test using Auth::loginUsingId(1); ...but I'm getting the follow...
I am using laravel-soap for a wsdl. Its not authenticating even though all parameters are correct. I...
HI there, I am very new to Laravel 5.1 and i am working on an existing project. There is a Login and...
I have a UserController and i have made a custom login function in it. public function login(Request...
I am new to laravel. i have seen some related posts but i could not find right answer. I made an aut...
Hello, So everything was working brilliant before I shut my laptop down and rebooted it, and when I...
I try Route::get('article/edit/{alias?}'.$suffix, ['uses' => 'ArticleController@getEdit', 'as' =&...
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