File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ $user->setProperties([
135
135
136
136
> ** 💡 Pro Tip** : Use the Artisan command to create properties interactively:
137
137
> ``` bash
138
- > php artisan properties:create
138
+ > php artisan dynamic- properties:create
139
139
> ` ` `
140
140
141
141
# ## 4. Search by Properties
@@ -363,16 +363,16 @@ The package includes helpful Artisan commands:
363
363
364
364
```bash
365
365
# List all properties
366
- php artisan properties:list
366
+ php artisan dynamic- properties:list
367
367
368
368
# Create a new property
369
- php artisan properties:create
369
+ php artisan dynamic- properties:create
370
370
371
371
# Delete a property
372
- php artisan properties:delete property_name
372
+ php artisan dynamic- properties:delete property_name
373
373
374
374
# Sync JSON cache for all entities
375
- php artisan properties:cache-sync
375
+ php artisan dynamic- properties:cache-sync
376
376
```
377
377
378
378
## API Reference
You can’t perform that action at this time.
0 commit comments