laravel / lumen-framework

The Laravel Lumen Framework.
https://lumen.laravel.com
MIT License
1.48k stars 419 forks source link

Uncaught ReflectionException: Class path.storage does not exist in | Lumen #812

Closed royrakesh closed 6 years ago

royrakesh commented 6 years ago

Description:

Core packages removed when installing new package ex: laravel-permission Then project stop working

image

Steps To Reproduce:

Create any Lumen project Then run composer require spatie/laravel-permission

image

driesvints commented 6 years ago

hey @royrakesh. Seems like this is an issue for https://github.com/spatie/laravel-permission. It's best to ask there.

driesvints commented 6 years ago

Maybe https://github.com/laravel/lumen-framework/issues/798 is related? You might want to link to it when you open an issue on their repo.