HI my routes look like Admin Routes Route::group(['middleware' => ['web']], function() { Route::g...
Hi All, I have a project with Laravel 5.2 and besides that I have an other program that has the poss...
Hi, I'm implementing roles and permission for a project, and using policies, but I have a problem wh...
So here's a problem I've encountered now. I have some page to view stats for different kinds of cont...
In regards to this same issue: https://github.com/laravel/framework/issues/12076 Basically, I've bee...
I'm trying to add a post to my posts table. public function createPost(Request $request) {...
I started with the default Laravel authentication setup. Then I expanded on this somewhat in the sen...
How do I namespace in Auth so i can do this from the controller? echo Auth::user()->id; Class Au...
Hi all I'm having some problem with using a Custom user provider only when accessing the password re...
Hello, I'm trying to return a JSON array populated with Mysql Data to an ajax call which at the mome...
When a user is logged in, I bet Laravel has a clever way of showing whats in the database row for th...
I have this route group: Route::group(['middleware' => ['web']], function () { //category Route::...
Hi, I believe I have googled this but havent got clear answer. I have this AuthController that contr...
mineland405 liked this thread
Hello, I problem Auth in laravel 5 I'm using Auth::attempt($data) = worked! but, using Auth::check()...
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...
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