How-to articles, tricks, and solutions about CACHING
Laravel 5 Clear Views Cache
To clear the cache for your views in Laravel 5, you can use the view:clear Artisan command.
What is __pycache__?
__pycache__ is a directory that is created by the Python interpreter when it imports a module.