-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
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
Lumen support #24
Comments
Are you able to test this? |
No it seems it does not work with Lumen 5.2 First it throws an error in /src/config/apidocs.php about an unknown method "app_path('views')" Generating the docs does not throw an error, but you are not able to add a route with a function like "View::make('docs...index')" as the View Class does not exist. The Generate command itself does not seem to generate anything |
app_path is a helper in Laravel. https://laravel.com/docs/5.0/helpers#paths Luman doesn't have helper classes like Laravel, so that is what the error you are seeing.
This isn't going to do anything, you would need to find the app_path, which is the fully qualified path to the app directory. |
https://laravelista.com/posts/json-web-token-authentication-for-lumen |
Still no support for Lumen latest |
Does this work with Lumen as well?
The text was updated successfully, but these errors were encountered: