We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HI,
Is it possible to use this package with lumen ? I have this error :
'Class 'Config' not found'
The text was updated successfully, but these errors were encountered:
Sorry, I haven't tested this with Lumen...
Probably Lumen is not registering the Config Facade. I believe that you can register it manually.
But again I am not sure that the rest of the package will work with Lumen because it extends Laravel's ViewFinder class...
Sorry, something went wrong.
Facades are not enabled by default in Lumen.
No branches or pull requests
HI,
Is it possible to use this package with lumen ? I have this error :
'Class 'Config' not found'
The text was updated successfully, but these errors were encountered: