Laravel this is not only a practical framework, it is also a programming style
I tried this in routes/web.php but the result is null
routes/web.php
null
Route::get('swagger-yaml', function () { dd(auth()->user()); }) ->middleware(['auth.basic:web', 'web'])
Aucun commentaire:
Enregistrer un commentaire