Answers for "i cant see the routes in my laravel project"

PHP
7

laravel show routes artisan

php artisan route:list
Posted by: Guest on July-28-2020
0

laravel route name routes

Route::get('user/profile', function () {
    //
})->name('profile');
Posted by: Guest on July-24-2021

Code answers related to "i cant see the routes in my laravel project"

Browse Popular Code Answers by Language