Generate the first version
php artisan leap:module Page reads the migration and the casts and writes it for you. Lives in app/Leap/.
One class per model. Declares the fields; the panel builds the index, the editor, validation, search and filters from them.
php artisan leap:module Page reads the migration and the casts and writes it for you. Lives in app/Leap/.