Creating Resources
app_book_create:
path: /books/new
methods: [GET, POST]
defaults:
_controller: app.controller.book::createActionSubmitting the Form
<form method="post" action="{{ path('app_book_create') }}">Changing the Template
Using Custom Form
Passing Custom Options to Form
Using Custom Factory Method
Using Custom Factory Service
Custom Redirect After Success
Custom Event Name
Configuration Reference
Last updated
Was this helpful?