php artisan make:controller PhotoController --resource
如果不添加 --resource只会创建普通的控制器,反之则创建资源控制器
资源控制器图例: