-
Notifications
You must be signed in to change notification settings - Fork 43
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 #31
Comments
Hi, glad you like the package! So the intention is to have a The main limitation on doing a Lumen package is I have no projects that use Lumen. That combined with it being a full time job keeping on top of issues in the Laravel repo means I don't really have the time to do a Lumen package. So if you're interested in collaborating on doing a Lumen package, then we could get one started as My Lumen knowledge isn't anywhere near as good as my Laravel knowledge. The main thing I think needs sorting out is that this Laravel package uses Form Requests to tie things together - but Form Requests don't exist in Lumen. So the place we'd need to start with is working out what the equivalent design for the form requests in Lumen. If you take a look at the Form Requests here: And the controller actions here: Do you have an idea what the equivalent for these would be in Lumen? Or what a general design approach would be? |
Hi, I'll look in to it. I recently started working on a TCP-router ish thing for Lumen so I have some experience with the underlying fast-route implementation. When time permits I'll see if I can figure out a decent way to hook in to all of this and update here. Cheers! |
Great! Definitely up for working collaboratively on sorting out a Lumen version, as I've always wanted to add Lumen support. |
Hi!
First of all, great package. It does everything I need it to do and more. At my work we have a bunch of microservices written in Lumen, and we'e looking for a good solution to implement the json:api schema in these services. I read the doc, but couldn't find a mention of the Lumen framework anywhere. Is support for Lumen on the roadmap? And is it something that you might be accepting PR's for?
Thanks.
The text was updated successfully, but these errors were encountered: