i am making a login form. i have made the form.data is getting passed using login but when i use if(...
Hi All, I'm using laravel 5.2 to develop an api When trying to login using Auth::guard('api')->a...
I have a users table with an is_admin column. I need an admin to be able to log in temporarily as a...
i am deepak sharma.i am new to laravel 5.2. i am creating login,registration,and log out panel manua...
Hello everybody, I'm quite new to Laravel, and I would like to start testing an application I'm writ...
Hi All When I click on the forgotten my password link i get the error below Unresolvable dependency...
I am trying to move the controls I make in the Controller for a User to be able to leave a Comment o...
AdminController.php public function checkLogin(Request $request){ $validator = Validator::make( a...
i am using laravel 5.2 and php 5.6 .env MAIL_DRIVER=smtp MAIL_HOST=smtp.gmail.com MAIL_PORT=465 MAIL...
Can you help me with this question, http://stackoverflow.com/questions/38673593/laravel-5-2-multi-au...
Hello everyone, it's my first time posting here, so I would love to welcome everyone. I really like...
Hi, Let's say I have a basic Laravel web application, like the one from the Intermediate Task List q...
I noticed that the standard validation / signup things with Laravel use a password field and a passw...
Hello, i am new to Laravel and and am playing with the "built-in" Authentication functiona...
Is there a way to have more than one permission for a route? An array doesnt work. I want something...
Hello, I'm trying to use Laravel Auth function in CKFinder to restrict anonymous using of CKFinder....
I have in the database a table named user that contains the following columns, id, email, name, pass...
Hi I tired .i don't know what i do about this error. my function is this: public function viewop($l...
At the moment, i have a simple rate limiting function implemented with a route filter. I was wonderi...
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