Releases: tanthammar/tall-forms
Releases · tanthammar/tall-forms
Dynamic buttons text
New: Override config, set the text for the Save and Stay and Save and Go back buttons.
See the "Properties & Buttons" wiki page.
Field example in stub
Add one field example in form stubs.
Artisan cmd, changed default --skipexisting=false
Don't skip existing files by default when generating single forms.
Mass generate forms with field
New
- Artisan commands for the sponsor package.
- Mass generates forms for all eloquent models in your project.
- Auto generates fields based on the models table, column types.
Overwrite option in make:tall-form
see "Create Form" wiki page
Fix input and updated make command.
Fix
- Merged PR #45 from @santhika29, fixes typo in input field that disabled max, min attributes.
Updated the Artisan make:tall-form --path option
- The command no longer forces the output to the App/Http/Livewire/ directory.
- See the Make Form
Config placeholder and help for Select, MultiSelect and Search
- New: Config option, default placeholder and help for Select, MultiSelect and Search.
- Fix: removed disabled on select placeholder option
- Fix: @forelse option for Select loop
- Styling: improved styling for MultiSelect vertical spacing
- Styling: align label top for MultiSelect
Fix publish icons path
Fix for artisan vendor:publish icons path.
Fix artisan view:cache
Fix for php artisan view:cache, remove sponsor fields from this repo.
Updated installer
Fixes an error with the wrapper view in a fresh installation