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/23 10:09] chifekartisan_shpargalki [2023/09/14 06:06] (current) – external edit 127.0.0.1
Line 48: Line 48:
 key - The key to remove Required key - The key to remove Required
 store - The store to remove the key from Optional 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.1634983772.txt.gz · Last modified: 2023/09/14 06:06 (external edit)