New-site/README.md
Dhaverd 7c46d1f9c2
Some checks are pending
Gitea Actions / Build and deploy (push) Waiting to run
Написал Readme по установке
2024-04-21 14:52:58 +08:00

33 lines
657 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Установка
## 1. Клонируем проект с гита
```
git clone http://gitea.dhaverd.ru:3000/Dhaverd/New-site.git
```
## 2. Устанавливаем зависимости
```
npm i
composer install
```
## 3. Мигрируем бд
```
php artisan migrate
```
## 4. Устанавливаем Voyager
```
php artisan voyager:install
php artisan voyager:admin your@email.com --create
php artisan vendor:publish --provider="TCG\Voyager\VoyagerServiceProvider"
php artisan vendor:publish --provider="Intervention\Image\ImageServiceProviderLaravelRecent"
php artisan migrate
```
## 5. Билдим фронт
```
npm run build
```