imTigger / laravel-job-status

Add ability to track Job progress, status and result dispatched to Queue.
MIT License
407 stars 60 forks source link

undefined function config_path() #57

Closed guilherme-andriotti closed 4 years ago

guilherme-andriotti commented 4 years ago

I'm trying to install on lumen project, when I run command to migrate a error is returned:

In LaravelJobStatusServiceProvider.php line 26: Call to undefined function Imtigger\LaravelJobStatus\config_path()

Thank you

guilherme-andriotti commented 4 years ago

I reviewed the steps and I skiped the step "0 - Setup config_path polyfill if not" I did it, then instalation was completed without error

Tks.