See this video: http://youtu.be/AjQ5e9TOZVk?t=1m45s
You can do php artisan list to view all commands,
The command for generating REST-ful controllers is controller:make
You can view the usage with: php artisan help make:controller
See this video: http://youtu.be/AjQ5e9TOZVk?t=1m45s
You can do php artisan list to view all commands,
The command for generating REST-ful controllers is controller:make
You can view the usage with: php artisan help make:controller