Friday 1 February 2019

Laravel Cache

php artisan cache:clear - Flush the application cache
php artisan config:cache - Create a cache file for faster configuration loading. This is for configuration cache. This command will clear the configuration cache before it creates. More details
php artisan config:clear - Remove the configuration cache file
 use  php artisan config:cache to clear cache of jwt.php

No comments:

Post a Comment