I am using blade which is great, however the downsize is that is has to be recompiled and html files are created.
So, I need to find out how to delete all filews inside storage views on each page reload, during the development stage.
Any idea what is the easies php code and where should I put it? In the base controller? in filers or routes.php?
Thanks for any idea. I am stuck and need some advice where to put the delete code, so it is not deleted after the blade is compiled as html file in storage/views.