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...
Hi guys, I'm relatively new to Laravel but am so far impressed. One of the features that I was reall...
Hi, I am developing server APIs for Mobile application. Every APIs are authenticating using user tok...
I've been using this: $query = $this->job->where('user_id', \Auth::user()->id)->get();...
Hello guys ive been trying to learn Laravel and it's a lot of fun. I am running in to some problems....
I want to login with a file that contains digital certificate of someone, first registers with certi...
In the handle() method of my middleware, I currently have: return $next($request); But I would like...
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