Laravel-4-Generators icon indicating copy to clipboard operation
Laravel-4-Generators copied to clipboard

Fix - Lumen 5.5 error

Open turkeryildirim opened this issue 7 years ago • 1 comments

Call to undefined method Laravel\Lumen\Application::configPath()

turkeryildirim avatar Sep 12 '17 13:09 turkeryildirim

config_path and such helper functions does not provided by Lumen but on most cases (to use some popular packages) you'd have to add them into your bootstrap/app.php or a helper file. This change makes possible to use this package with lumen 5.5 with config_path added helper.

turkeryildirim avatar Sep 12 '17 13:09 turkeryildirim