Useful Artisan Commands

Reading Time: < 1 minute

Clearing cache:

php artisan cache:clear  // Flush the application cache
php artisan config:clear // Remove the configuration cache file
php artisan clear
// OR 
php artisan clear-compiled // Remove the compiled class file

Be First to Comment

Leave a Reply

Your email address will not be published. Required fields are marked *