beyondcode/laravel-dump-server

how to make this work for Lumen?

zackijack opened this issue · 1 comments

when I install it for Lumen (including copy config file and add its service provider to /bootstrap/app.php), I get this error when running php artisan:

In DumpServerServiceProvider.php line 21:

  Call to undefined function BeyondCode\DumpServer\config_path()

is it possible to use this package in Lumen? if so, what should I do?

see #13