Skip to content
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

Pass the request as second argument of controller methods #1295

Open
wants to merge 2 commits into
base: v5-0-0
Choose a base branch
from

Conversation

LoicPoullain
Copy link
Member

Issue

In controllers, it is tedious to always have to type the body, query and params with some as Foobar statements.

Solution and steps

  • Pass the request as second argument to controller methods.

Checklist

  • Add/update/check docs (code comments and docs/ folder).
  • Add/update/check tests.
  • Update/check the cli generators.

@LoicPoullain LoicPoullain changed the title Pass request as second argument of controller methods Pass the request as second argument of controller methods Sep 14, 2024
@LoicPoullain LoicPoullain mentioned this pull request Sep 14, 2024
14 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Work In Progress
Development

Successfully merging this pull request may close these issues.

1 participant