Commit fe620738 authored by Nicolas Widart's avatar Nicolas Widart

Changing documentation for installation as composer hook

parent f97a18a9
...@@ -21,13 +21,7 @@ composer create-project nwidart/platform your-project-name --prefer-dist --stabi ...@@ -21,13 +21,7 @@ composer create-project nwidart/platform your-project-name --prefer-dist --stabi
Run the usual `composer install` to get the dependencies. Run the usual `composer install` to get the dependencies.
### Run install command This will run `platform:install` command as a post-composer-create hook.
Run the following artisan command
```
php artisan platform:install
```
This install command will perform the following actions: This install command will perform the following actions:
...@@ -37,9 +31,6 @@ This install command will perform the following actions: ...@@ -37,9 +31,6 @@ This install command will perform the following actions:
- Publishing assets - Publishing assets
- Create a first admin account - Create a first admin account
*Note: The installation fails mysteriously on the run of the platform:install command. Running it a second time works.*
### Enjoy ### Enjoy
You can now login on `/backend` with your email and password asked during the install command. You can now login on `/backend` with your email and password asked during the install command.
......
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