Написал Readme по установке
Some checks failed
Gitea Actions / Build and deploy (push) Has been cancelled

This commit is contained in:
Dhaverd 2024-04-21 14:55:15 +08:00
parent 7c46d1f9c2
commit 6411058c45

View File

@ -26,7 +26,19 @@ php artisan vendor:publish --provider="Intervention\Image\ImageServiceProviderLa
php artisan migrate 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 npm run build
``` ```