Написал Readme по установке
Some checks failed
Gitea Actions / Build and deploy (push) Has been cancelled
Some checks failed
Gitea Actions / Build and deploy (push) Has been cancelled
This commit is contained in:
parent
7c46d1f9c2
commit
6411058c45
14
README.md
14
README.md
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue