User Tools

Site Tools


artisan_shpargalki

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
artisan_shpargalki [2021/10/20 21:09] chifekartisan_shpargalki [2023/09/14 06:06] (current) – external edit 127.0.0.1
Line 5: Line 5:
  
  
-''auth:clear-resets''+===== auth:clear-resets =====
  
  
Line 11: Line 11:
  
 **Arguments:** **Arguments:**
 +
 name - The name of the password broker "Optional" name - The name of the password broker "Optional"
  
 <code> <code>
 php artisan auth:clear-resets 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> </code>
  
  
artisan_shpargalki.1634764164.txt.gz · Last modified: 2023/09/14 06:06 (external edit)