Обновить artisan.md
This commit is contained in:
@@ -18,3 +18,8 @@ php artisan db:seeder
|
|||||||
```bash
|
```bash
|
||||||
php artisan make:controller UserController --resource
|
php artisan make:controller UserController --resource
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Создать контроллер для API с ресурсоми
|
||||||
|
```bash
|
||||||
|
php artisan make:controller Api/V1/Users --api --resource
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user