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": { "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": {

View File

@ -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