Tell me why the resource in the documentation did not understand why it
php artisan make:controller PhotoController --resource Tell me why the resource in the documentation did not understand why it
php artisan make:controller PhotoController --resource He makes a controller pattern with CRUD methods that you will write yourself, namely:
The feature is useful, if you are too lazy to do it yourself, it does not carry anything else in itself.
Source: https://ru.stackoverflow.com/questions/878131/
All Articles