Update cli-commands.md

This commit is contained in:
Fatih Alp 2023-07-25 14:16:43 +03:00 committed by GitHub
parent 56df6c3fb2
commit 254e2aaeed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,15 +19,17 @@ php artisan addon:install anomaly.module.store --seed
### Seed for Themes
Like : php artisan db:seed --addon=visiosoft.theme.oc
```bash
php artisan db:seed --addon=visiosoft.${addon_type}.${addon_name}
php artisan db:seed --addon=visiosoft.theme.addon_name
```
### Run Command Inside Docker
```bash
docker exec -it oc_php php artisan install --ready
docker exec -it oc_php php artisan addon:install anomaly.module.store --seed
```
### Composer set private repo