Commit dc9cc637 authored by Nicolas Widart's avatar Nicolas Widart

Removing the install command as post-install-command

parent be7bc443
......@@ -62,8 +62,7 @@
"php artisan optimize"
],
"post-create-project-cmd": [
"php artisan key:generate",
"php artisan platform:install"
"php artisan key:generate"
]
},
"config": {
......
......@@ -21,7 +21,9 @@ composer create-project nwidart/platform your-project-name --prefer-dist --stabi
Run the usual `composer install` to get the dependencies.
This will run `platform:install` command as a post-composer-create hook.
## Run the install command
Now run `php artisan platform:install` command to perform to start the installation process.
This install command will perform the following actions:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment