Answers for "laravel call controller method without routing"

1

laravel routing controller get and post method

Route::match(['GET', 'POST'], '/page-name', [App\Http\Controllers\NameController::class, 'index']);
Posted by: Guest on June-04-2021
0

Laravel route not calling function of controller

//in the terminal run
composer dump-autoload
Posted by: Guest on April-29-2020

Code answers related to "laravel call controller method without routing"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language