Flush expired password reset tokens
Arguments:
name - The name of the password broker “Optional”
php artisan auth:clear-resets
Flush the application cache
Options:
tags - The cache tags you would like to clear Optional
Arguments:
store - The name of the store you would like to clear Optional
php artisan cache:clear
Remove an item from the cache
Arguments:
key - The key to remove Required store - The store to remove the key from Optional
php artisan cache:forget
Create a migration for the cache database table
php artisan cache:table
Remove the compiled class file
php artisan clear-compiled
Create a cache file for faster configuration loading
php artisan config:cache