From cd216b0298b6c8f276ef1e04f6f2452cb1e75b00 Mon Sep 17 00:00:00 2001 From: denis Date: Wed, 18 Feb 2026 09:59:43 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20artisan.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- artisan.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/artisan.md b/artisan.md index 282b773..4db1469 100644 --- a/artisan.md +++ b/artisan.md @@ -12,4 +12,9 @@ php artisan storage:link #### Запустить сиды ```bash -php artisan db:seeder \ No newline at end of file +php artisan db:seeder +``` +#### Создать Контроллер с методами для стандартных операций +```bash +php artisan make:controller UserController --resource +``` \ No newline at end of file