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 ```