Answers for "create routes in laravel"

PHP
1

artisan in route in laravel

Artisan::call('cache:clear')
Posted by: Guest on May-11-2021
0

laravel route

Route::get('posts/{post}/comments/{comment}', function ($postId, $commentId) {
    //
});
Posted by: Guest on April-22-2020

Browse Popular Code Answers by Language