Closed nathanaelphilip closed 3 years ago
Did you come up with a solution to this. It is not working for me either.
The issue here is the following:
Version 1.7.4
\Bladerunner\Config::repo([
'view.compiled' => "{$paths['dir.upload']}/.cache",
'view.paths' => $viewPaths,
] + $paths);
Master
\Bladerunner\Config::repo([
'view.compiled' => apply_filters('bladerunner/cache/path', "{$paths['dir.upload']}/.cache"),
'view.paths' => \Bladerunner\Config::viewPaths(),
] + $paths);
So you need to be using the version from the master branch to have this work.
@ekandreas This can be fixed by releasing a new version with the code from the master branch.
Hi! This is a deprecated package. Please use https://github.com/EFTEC/BladeOne instead!
i have this in my theme, but it’s not changing the path to .cache. Am I doing something wrong?