File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -362,17 +362,11 @@ try {
362
362
The package includes helpful Artisan commands:
363
363
364
364
```bash
365
- # List all properties
366
- php artisan dynamic-properties:list
367
-
368
- # Create a new property
369
- php artisan dynamic-properties:create
370
-
371
- # Delete a property
372
- php artisan dynamic-properties:delete property_name
373
-
374
- # Sync JSON cache for all entities
375
- php artisan dynamic-properties:cache-sync
365
+ dynamic-properties:create Create a new dynamic property
366
+ dynamic-properties:delete Delete a dynamic property and all its values
367
+ dynamic-properties:list List all dynamic properties
368
+ dynamic-properties:optimize-db Optimize database for dynamic properties with database-specific enhancements
369
+ dynamic-properties:sync-cache Synchronize JSON cache columns with entity properties
376
370
```
377
371
378
372
## API Reference
You can’t perform that action at this time.
0 commit comments