Skip to content

dastan-akhmetov/Laravel-View-Cache-Cleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Name: Laravel View Cache Cleaner

Short name: LVCC v1.0

Version: 1.0.0

Date: 12 March 2017

Author: Dastan Akhmetov

Email: hello@hophmahn.com

License: Free

Description:

This shell script clears the views of Laravel Application by watching file changes in the project. The reason for that is a cached views are not updated instantly after the project file change. You have to refresh web page several times until it replaces the old view cache with the new one. That is why I decided to create a small shell script which removes all the generated php cache files, so after removing it, Laravel could generate a new templates then respond with them to the browser.

For best practice, you can use it with PhpStorm's File Watcher or any of your choice.

You only have to provide a path to the cache folder as an argument.

Make the script executable by running:

chmod +x Laravel_View_Cache_Cleaner.sh

Example:

./Laravel_View_Cache_Cleaner.sh /var/www/{Laravel}/storage/framework/views

About

Shell script that helps to clean the storage/framework/views folder automatically

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages