Hi All. I'm in the process of upgrading my Laravel 5.1 application which has modular infrastructure...
Hi In Laravel 5.1 i try to create a session after a Auth::loginUsingId with $request->session()-&...
I am trying to use the schema builder with larval 5.2.5 . When I run the code without the schema bui...
I am planning an app that with have 3 user roles to start with and I need the ability to suspend use...
I using postgres and created my users table with id of type UUID. but after execute login action ret...
hello guys I have installed laravel socialite with composer and there is a folder called socialite i...
In Laravel 5.1 I was able to listen the Auth.Login event, but I can't do the same on 5.2. It seems t...
We made a simple login form, when we post it its working fine, we are even logged in if we check the...
I am using ajax to login user. Here is the code but not working. Although the (Auth::attempt(['email...
I'm trying to make a group of secret routes on my app. Route::group(['middleware' => 'auth.secret...
I am having problems with the auth middleware. All appears to be working ok but then I noticed that...
My app allows my company to upload banners that their client can then preview.. they can login and n...
I've to work with two Projects one of which is in Laravel 4 and the other is in Laravel 5. The scena...
Trying out softdelete and I'm yet to understand what is wrong with the code. Whenever I try deleting...
i trying login using auth::attempt , but always return failed , i dont know why . i already hash my...
I need support login section. public function postLogin(LoginRequest $request){ $login = array(...
In my exception log I see repeated exception errors being generated by what appears to be Google Ads...
Hi All, I have used tymondesigns/jwt-auth package to implemet token based auth in laravel. i receive...
I would like to authenticate my clients based on the Client SSL Certificate. Does Laravel supports...
I'm just starting out after generating a fresh laravel app using artisan. By following instructions...
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