✨
Tomato Forms
Build a full Forms with Fields on Database and save it to user meta

composer require tomatophp/tomato-forms
after installation please run this command
php artisan tomato-forms:install
you can build a form schema by using this command
php artisan tomato-forms:generate
it will generate a form on the database and build a schema to build this form with the same value on any projects
Last modified 3mo ago