Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

laravel 8 route

Route::get(
    '/user/profile',
    [UserProfileController::class, 'show']
)->name('profile');
 
PREVIOUS NEXT
Tagged: #laravel #route
ADD COMMENT
Topic
Name
4+3 =