formers / former

A powerful form builder, for Laravel and other frameworks (stand-alone too)
https://formers.github.io/former/
1.34k stars 204 forks source link

Form echo like a text Laravel 5.7 #586

Closed rajath-ramachandran closed 5 years ago

rajath-ramachandran commented 5 years ago

I'm trying the code below.

{{Former::vertical_open() ->id('menu') ->method('POST') ->files('true') ->action(URL::to('admin/menu'))}} Untitled