Rappasoft
Packages & Docs
Products
Blog
Resources
Quizzes
Snippets
Sign In
Menu
Packages & Docs
Products
Blog
Resources
Quizzes
Snippets
About
Quiz Question Issue
"Which of the following are not available router methods. (Select all that apply)"
Topic
Laravel
Question
Which of the following are not available router methods. (Select all that apply)
Option
Select Option (Optional)...
Route::get($uri, $callback);
Route::post($uri, $callback);
Route::put($uri, $callback);
Route::patch($uri, $callback);
Route::delete($uri, $callback);
Route::once($uri, $callback);
Route::regex($uri, $callback);
Issue
Send
->