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...
Hi All, I am new to this forum and really new to laravel, i am trying to create a custom HTTP authen...
I want custom Validation when i submit form login. Thanks
Hello. I'm having some issues with my laravel api server using JWT. First of all: I already implemen...
can i login using auth::attempt without hash the password ? i already have the database users from m...
Hi there folks, I am having a problem on Laravel, since I am a newbie on Laravel Framework, I am wat...
I'm looking at this section of the Sentinel docs: https://cartalyst.com/manual/sentinel/2.0#laravel-...
I have a problem. I need to prevent a logged in user can edit / view etc. information of another us...
Hi guys, I have a strange problem. I am not able to redirect my user if his email does not exist in...
I am using laravel 5.1 with the default authentication controller without any overrides but i faced...
I am creating an app in which I am creating a laravel api and using angularjs for my front end. For...
i use module in my project App -> Modules -> Admin -> Http -...
I need to check if the User is blocked at the time of login. for this I created a users table field...
FatalErrorException in EloquentUserProvider.php line 126: Class '\App\User' not found So, I really w...
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.