From 6411058c45654eedacfc2a2cef3e10de9b336756 Mon Sep 17 00:00:00 2001 From: Dhaverd Date: Sun, 21 Apr 2024 14:55:15 +0800 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=BB=20Re?= =?UTF-8?q?adme=20=D0=BF=D0=BE=20=D1=83=D1=81=D1=82=D0=B0=D0=BD=D0=BE?= =?UTF-8?q?=D0=B2=D0=BA=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ab097e9..683099a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,19 @@ php artisan vendor:publish --provider="Intervention\Image\ImageServiceProviderLa php artisan migrate ``` -## 5. Билдим фронт +## 5. Пишем .env по примеру + +Главное это настроить подключение к БД: +``` +DB_CONNECTION=mysql +DB_HOST=127.0.0.1 +DB_PORT=3306 +DB_DATABASE=laravel +DB_USERNAME=root +DB_PASSWORD= +``` + +## 6. Билдим фронт ``` npm run build ```