orangehill / iseed

Laravel Inverse Seed Generator
BSD 2-Clause "Simplified" License
2.74k stars 376 forks source link

Will it support lumen? #122

Open qcjackman opened 6 years ago

qcjackman commented 6 years ago

When I use it in lumen, I fetch a error: Call to undefined method Laravel\Lumen\Application::configPath() In IseedServiceProvider.php line 66

tihomiro commented 5 years ago

It's probably only a couple of changes as suggested in https://github.com/orangehill/iseed/issues/102 I'll try to add support for Lumen as soon as I have some free time.

robertoandrade commented 4 years ago

Added changes to a WIP fork being PRed in #158