mirror of https://github.com/flarum/flarum
Rename command line tool
parent
fe2752ae73
commit
e514b1bc5f
|
@ -20,16 +20,16 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"post-install-cmd": [
|
"post-install-cmd": [
|
||||||
"php artisan clear-compiled",
|
"php flarum clear-compiled",
|
||||||
"php artisan optimize"
|
"php flarum optimize"
|
||||||
],
|
],
|
||||||
"post-update-cmd": [
|
"post-update-cmd": [
|
||||||
"php artisan clear-compiled",
|
"php flarum clear-compiled",
|
||||||
"php artisan optimize"
|
"php flarum optimize"
|
||||||
],
|
],
|
||||||
"post-create-project-cmd": [
|
"post-create-project-cmd": [
|
||||||
"php -r \"copy('.env.example', '.env');\"",
|
"php -r \"copy('.env.example', '.env');\"",
|
||||||
"php artisan key:generate"
|
"php flarum key:generate"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
|
|
|
@ -91,6 +91,6 @@ npm install
|
||||||
gulp
|
gulp
|
||||||
|
|
||||||
cd /vagrant/system
|
cd /vagrant/system
|
||||||
php artisan vendor:publish
|
php flarum vendor:publish
|
||||||
php artisan flarum:install
|
php flarum install
|
||||||
php artisan flarum:seed
|
php flarum seed
|
||||||
|
|
Loading…
Reference in New Issue