Rename command line tool

pull/9/head
Franz Liedke 2015-06-20 20:10:17 +02:00
parent fe2752ae73
commit e514b1bc5f
3 changed files with 8 additions and 8 deletions

View File

@ -20,16 +20,16 @@
},
"scripts": {
"post-install-cmd": [
"php artisan clear-compiled",
"php artisan optimize"
"php flarum clear-compiled",
"php flarum optimize"
],
"post-update-cmd": [
"php artisan clear-compiled",
"php artisan optimize"
"php flarum clear-compiled",
"php flarum optimize"
],
"post-create-project-cmd": [
"php -r \"copy('.env.example', '.env');\"",
"php artisan key:generate"
"php flarum key:generate"
]
},
"config": {

View File

@ -91,6 +91,6 @@ npm install
gulp
cd /vagrant/system
php artisan vendor:publish
php artisan flarum:install
php artisan flarum:seed
php flarum vendor:publish
php flarum install
php flarum seed