Skip to content

Commit da8fd63

Browse files
authored
Update README.md
1 parent 03c37e8 commit da8fd63

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ $user->setProperties([
135135

136136
> **💡 Pro Tip**: Use the Artisan command to create properties interactively:
137137
> ```bash
138-
> php artisan properties:create
138+
> php artisan dynamic-properties:create
139139
> ```
140140
141141
### 4. Search by Properties
@@ -363,16 +363,16 @@ The package includes helpful Artisan commands:
363363
364364
```bash
365365
# List all properties
366-
php artisan properties:list
366+
php artisan dynamic-properties:list
367367
368368
# Create a new property
369-
php artisan properties:create
369+
php artisan dynamic-properties:create
370370
371371
# Delete a property
372-
php artisan properties:delete property_name
372+
php artisan dynamic-properties:delete property_name
373373
374374
# Sync JSON cache for all entities
375-
php artisan properties:cache-sync
375+
php artisan dynamic-properties:cache-sync
376376
```
377377
378378
## API Reference

0 commit comments

Comments
 (0)