chunk=1000
- The number of models to retrieve per chunk of models to be deleted Optionalexcept=[]
- Class names of the models to be excluded from pruning Optionalmodel=[]
- Class names of the models to be pruned Optionalpath=[]
- Absolute path(s) to directories where models are located Optionalpretend
- Display the number of prunable records found instead of deleting them Optionalphp artisan model:prune [--model [MODEL]] [--except [EXCEPT]] [--path [PATH]] [--chunk [CHUNK]] [--pretend]