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:11] chifekartisan_shpargalki [2023/09/14 06:06] (current) – external edit 127.0.0.1
Line 38: Line 38:
 php artisan cache:clear php artisan cache:clear
 </code> </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.1634764278.txt.gz · Last modified: 2023/09/14 06:06 (external edit)