If someone logs in to my website. And I run the following $user = Auth::user(); return dd($user); I...
Route::get('admin/dashboard', function () { return 'Welcome to admin page'; })->middleware('...
Trying to change the page that the user is redirected to after login or registration and having some...
I have status field for users and want to check whether user has active status before authenticate h...
I have Laravel 5.2 on windows, using apache XAMPP for db mysql connection. I use php artisan serve t...
Hello! I am very new to Laravel so dont blame me so much please :) I have to buld app that will get...
This is what the doc says: Guard Customization You may also customize the "guard" that is...
I have installed Twig and I'm using TwigBridge. It's working because I can write twig syntax etc in...
Hi, I've a form, on submit of the form I'm connecting to remote server to create a file in the home...
Hi, I'm new to Laravel and this is my first project using the framework. I'm having issues with the...
Hi everybody. First of all, I need to mention that my knowledge about Laravel is ZERO. I just instal...
PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'homestead'@'lo...
Hello All, I am new in laravel community and start learning laravel. I am going to create a new webs...
Hi. I'm trying to create a custom authentication method that's going to be used to authenticate user...
Hi, I'm currently working on a project where I have to build a restfull API in laravel 5.2. It need...
I can't get $request->user() in my CheckRoles middleware. it always null after loging and redirec...
Outside Laravel I may would defined a variable as $validation and asigned it a zero integer, and if...
I recently found that the registration of new users, login and such, should be in the AuthController...
I have a Laravel 4 application where I check if the user is authenticated and if not it redirects th...
I've got an old users table that has user info with unhashed passwords. I want to migrate all of tho...
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