Обновить artisan.md
This commit is contained in:
@@ -12,4 +12,9 @@ php artisan storage:link
|
|||||||
|
|
||||||
#### Запустить сиды
|
#### Запустить сиды
|
||||||
```bash
|
```bash
|
||||||
php artisan db:seeder
|
php artisan db:seeder
|
||||||
|
```
|
||||||
|
#### Создать Контроллер с методами для стандартных операций
|
||||||
|
```bash
|
||||||
|
php artisan make:controller UserController --resource
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user