====== Шпаргалки Artisan ======
- https://artisan.page/
===== auth:clear-resets =====
Flush expired password reset tokens
**Arguments:**
name - The name of the password broker "Optional"
php artisan auth:clear-resets
===== cache:clear =====
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
===== cache:forget =====
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
===== cache:table =====
Create a migration for the cache database table
php artisan cache:table
===== clear-compiled =====
Remove the compiled class file
php artisan clear-compiled
===== config:cache =====
Create a cache file for faster configuration loading
php artisan config:cache