laravel / tinker

Powerful REPL for the Laravel framework.
https://laravel.com/docs/artisan#tinker
MIT License
7.33k stars 130 forks source link

Call to undefined function Laravel\Tinker\config_path() in 1.0.4 #41

Closed tomedharris closed 6 years ago

tomedharris commented 6 years ago

I get the following error in Lumen since upgrading to 1.0.4

Call to undefined function Laravel\Tinker\config_path()

I can work around it by adding a global config_path() function into my Lumen project but thought I would flag it up.

GrahamCampbell commented 6 years ago

I've fixed this up. It'll be available in the next release.

goodevilgenius commented 6 years ago

Any idea when this release will happen? I'd rather not lock my version to 1.0.3, or use any ugly workarounds.