You can change in file
[path]/app/config/cache.php
Replace
'path' => storage_path().'/cache',
to your folder you want
Example to folder cache in root path
'path' => base_path().'/cache',
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community