Laravel 5 Clear Views Cache

前端 未结 8 1535
悲&欢浪女
悲&欢浪女 2020-12-02 07:41

I notice that Laravel cache views are stored in ~/storage/framework/views. Over time, they get to eat up my space. How do I delete them? Is there any command th

8条回答
  •  旧巷少年郎
    2020-12-02 08:26

    Here is a helper that I wrote to solve this issue for my projects. It makes it super simple and easy to be able to clear everything out quickly and with a single command.

    https://github.com/Traqza/clear-everything

提交回复
热议问题