The following command creates an empty controller:
php artisan make:controller --plain MyController
Lavarel natively supports RESTful routing:
#