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

Build a route with parameters #28

Closed
RandallFlagg opened this issue Feb 26, 2018 · 2 comments
Closed

Build a route with parameters #28

RandallFlagg opened this issue Feb 26, 2018 · 2 comments

Comments

@RandallFlagg
Copy link

RandallFlagg commented Feb 26, 2018

I have an edge file with the following line:
<form action="{{ route('MyController.action') }}?_method=PUT">

The router using adonisjs is:
Route.put("/action/:id", "MyController.action");

How do I pass the id to the route function?
Where can I find the route documentation(The source I already found)?

Thanks

@RomainLanz
Copy link
Member

Hey @RandallFlagg! 👋

Please, read the documentation.
https://adonisjs.com/docs/4.1/views#_route

@RandallFlagg
Copy link
Author

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants