Form Converter
Are there any tools or strategies to quickly convert an old legacy html form to a filament method? I have several of these I'd be looking to convert. Would be great (maybe) to use a utility that could read a db table and generate a form class method and view, or parse an html <form> block and do the same.
1 Reply
If you already have the model and table in Laravel why not use https://filamentphp.com/docs/3.x/panels/resources/getting-started#automatically-generating-forms-and-tables ?