Hello. Is it possible in Form::open() to pass such parameters to get the right URL ? I want to make a form to send an id to delete the record. I know that you can pass 'url' => in the array, but you really don't want to do that. Is it possible to do this via 'route' => or 'action' => ?
|