lumen-framework: Call to undefined method Application::resourcePath()
Illuminate/Support/ServiceProvider uses resourcePath method from app instance, but the method is not present in Laravel\Lumen\Application, which leads to Fatal error.
This error can’t be observed normally, because when installing Lumen, Illuminate packages with version 5.3.4 are being installed (current latest tagged). This bug appears in later versions of Illuminate, which have to been released, although framework has been. This can be reproduced by adding "laravel/framework": "5.3.15" to your Lumen project dependencies.
https://github.com/laravel/framework/blob/5.3/src/Illuminate/Support/ServiceProvider.php#L71
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Reactions: 2
- Comments: 24 (12 by maintainers)
Try now. We just pushed out a new release. 😛