Update cli-commands.md

This commit is contained in:
Fatih Alp 2023-07-25 16:13:00 +03:00 committed by GitHub
parent 965c588475
commit f6899a205a
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
``` ```