Skip to content

Commit 606405d

Browse files
authored
Update README.md
1 parent da8fd63 commit 606405d

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -362,17 +362,11 @@ try {
362362
The package includes helpful Artisan commands:
363363
364364
```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
376370
```
377371
378372
## API Reference

0 commit comments

Comments
 (0)