Обновить Развертывание
parent
20b747ed3a
commit
f74965469d
|
@ -2,12 +2,18 @@
|
|||
|
||||
`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
|
||||
`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!
|
Loading…
Reference in New Issue