Closed Yorgovan closed 6 years ago
I'm not a Lumen user, so I haven't researched how to get it up and running in Lumen.
Looks like config_path()
is a Laravel-only function.
I did make it work using this: config_path function for Lumen framework https://github.com/laravelista/lumen-vendor-publish
Dear contributor,
because this issue seems to be inactive for quite some time now, I've automatically closed it. If you feel this issue deserves some attention from my human colleagues feel free to reopen it.
Can this work on Lumen also?
I installed it, set
$app->register(Spatie\Varnish\VarnishServiceProvider::class);
inapp.php
and tried to publish config file but it returnsCall to undefined function Spatie\Varnish\config_path()