User Tools

Site Tools


artisan_shpargalki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
artisan_shpargalki [2021/02/03 06:26] – создано chifekartisan_shpargalki [2023/09/14 06:06] (current) – external edit 127.0.0.1
Line 1: Line 1:
-Шпаргалки Artisan - https://artisan.page/+====== Шпаргалки Artisan ====== 
 + 
 + 
 + - https://artisan.page/ 
 + 
 + 
 +===== auth:clear-resets ===== 
 + 
 + 
 +Flush expired password reset tokens 
 + 
 +**Arguments:** 
 + 
 +name - The name of the password broker "Optional" 
 + 
 +<code> 
 +php artisan auth:clear-resets 
 +</code> 
 + 
 + 
 + 
 +===== 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 
 + 
 + 
 + 
 +<code> 
 +php artisan cache:clear 
 +</code> 
 + 
 + 
 +===== cache:forget ===== 
 + 
 +Remove an item from the cache 
 + 
 +**Arguments:** 
 + 
 +key - The key to remove Required 
 +store - The store to remove the key from Optional 
 + 
 +<code> 
 +php artisan cache:forget 
 +</code> 
 + 
 + 
 +===== cache:table ===== 
 + 
 +Create a migration for the cache database table 
 + 
 +<code> 
 +php artisan cache:table 
 +</code> 
 + 
 +===== clear-compiled ===== 
 + 
 +Remove the compiled class file 
 + 
 +<code> 
 +php artisan clear-compiled 
 +</code> 
 + 
 +===== config:cache ===== 
 + 
 +Create a cache file for faster configuration loading 
 + 
 +<code> 
 +php artisan config:cache 
 +</code> 
 + 
artisan_shpargalki.1612333613.txt.gz · Last modified: 2023/09/14 06:06 (external edit)