Laravel this is not only a practical framework, it is also a programming style
How to get an id of the user?
Route::group(['middleware' => 'auth'], function() { var_dump(Auth::user()); }
It returns null.
Simple things made difficult.. Also there is no reliable explanation
How to handle this?
Aucun commentaire:
Enregistrer un commentaire