You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know this library is only for Laravel, but I think it wouldn't be a big issue to make it works also with Lumen. Now it throws:
PHP Fatal error: Uncaught ReflectionException: Class path.storage does not exist in /Users/VojtaSvoboda/Www/test/vendor/laravel/framework/src/Illuminate/Container/Container.php:752
But when you add these two lines to bootstrap.app:
I know this library is only for Laravel, but I think it wouldn't be a big issue to make it works also with Lumen. Now it throws:
But when you add these two lines to
bootstrap.app
:it works well. But it would be better to works without these two lines, be default.
The text was updated successfully, but these errors were encountered: