5 Развертывание
Dhaverd edited this page 2024-03-22 06:03:24 +03:00
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.

Развертываем сайт с нуля

Не забываем дропнуть БД!

git clone http://gitea.dhaverd.ru:3000/Dhaverd/New-site.git

composer install

npm i

npm run build

php artisan voyager:install

php artisan migrate

php artisan voyager:admin your@email.com --create

php artisan serve

TEST

Создаем сущности в админке

DONE!