S
S
shasoft2019-08-02 08:58:05
Laravel
shasoft, 2019-08-02 08:58:05

Is it possible to change the file cache save path in Laravel/Lumen?

By default, the file cache is stored in \storage\framework\cache\data
Can this directory be changed?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Victor, 2019-08-02
@shasoft

In the config/cache.php file

'file' => [
    'driver' => 'file',
    'path' => storage_path('framework/cache'),
],

J
JhaoDa, 2019-08-02
@JhaoDa

config/cache.phpWhy didn't you look at it at all ? And didn't read the documentation?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question