Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

laravel route

Route::get('posts/{post}/comments/{comment}', function ($postId, $commentId) {
    //
});
Source by laravel.com #
 
PREVIOUS NEXT
Tagged: #laravel #route
ADD COMMENT
Topic
Name
6+7 =