我想问一下如何清除 cache code>文件夹的所有内容。
Cache :: flush() code>仅在Laravel 5.1及更高版本中可用,但我当前的应用程序是Laravel 5.0。 我不想升级,因为我害怕破坏当前的系统。 p>
div>
I would like to ask how can I clear all the content of cache
folder. Cache::flush()
is only available in Laravel 5.1 and above but my current application is Laravel 5.0. I don't want to upgrade because I'm afraid to break the current system.