Merge pull request #1357 from openclassify/fatihalp-patch-1

Update cli-commands.md
This commit is contained in:
Fatih Alp 2023-07-25 16:13:14 +03:00 committed by GitHub
commit 4e98de314a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,10 @@ The `--seed` flag causes the addon to be seeded as well.
php artisan addon:install anomaly.module.store --seed php artisan addon:install anomaly.module.store --seed
``` ```
### Install All modules and migrate
Clone modules & themes and run this command:
```bash ```bash
php artisan migrate --all-addons php artisan migrate --all-addons
``` ```