mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
Update cli-commands.md
This commit is contained in:
parent
56df6c3fb2
commit
254e2aaeed
@ -19,15 +19,17 @@ php artisan addon:install anomaly.module.store --seed
|
|||||||
|
|
||||||
### Seed for Themes
|
### Seed for Themes
|
||||||
|
|
||||||
|
Like : php artisan db:seed --addon=visiosoft.theme.oc
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
php artisan db:seed --addon=visiosoft.${addon_type}.${addon_name}
|
php artisan db:seed --addon=visiosoft.theme.addon_name
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
### Run Command Inside Docker
|
### Run Command Inside Docker
|
||||||
|
|
||||||
```bash
|
```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
|
### Composer set private repo
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user