User Tools

Site Tools


artisan_shpargalki

Шпаргалки Artisan

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
artisan_shpargalki.txt · Last modified: 2023/09/14 06:06 by 127.0.0.1