Posts in Comparisons · All posts
If you're running a Laravel app and need forms beyond what you can hand-code in a reasonable amount of time, you've got options. Some are Filament plugins,
You're building a Laravel app. You need forms. The obvious move is to reach for Typeform or JotForm, embed a script tag, and call it done.
You've built forms in Laravel before. You know the routine: create a migration, write a Blade template, add validation in the controller, wire up the route