Обновить Развертывание
parent
20b747ed3a
commit
f74965469d
|
@ -2,12 +2,18 @@
|
||||||
|
|
||||||
`composer install`
|
`composer install`
|
||||||
|
|
||||||
npm i
|
`npm i`
|
||||||
npm run build
|
|
||||||
php artisan voyager:install
|
`npm run build`
|
||||||
php artisan migrate
|
|
||||||
php artisan voyager:admin your@email.com --create
|
`php artisan voyager:install`
|
||||||
php artisan serve
|
|
||||||
|
`php artisan migrate`
|
||||||
|
|
||||||
|
`php artisan voyager:admin your@email.com --create`
|
||||||
|
|
||||||
|
`php artisan serve`
|
||||||
|
|
||||||
> TEST
|
> TEST
|
||||||
|
|
||||||
> DONE!
|
> DONE!
|
Loading…
Reference in New Issue