Commit 4170108b authored by Nicolas Widart's avatar Nicolas Widart

Back to manual installation

parent 83d6942c
......@@ -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,13 @@ composer create-project nwidart/platform your-project-name --prefer-dist --stabi
Run the usual `composer install` to get the dependencies.
A `platform:install` command will run as a *post create project* command.
### Run install command
Run the following artisan command
```
php artisan platform:install
```
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