Skip to content

Releases: tanthammar/tall-forms

Dynamic buttons text

30 Nov 17:54
Compare
Choose a tag to compare

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

30 Nov 13:43
Compare
Choose a tag to compare

Add one field example in form stubs.

Artisan cmd, changed default --skipexisting=false

30 Nov 12:47
Compare
Choose a tag to compare

Don't skip existing files by default when generating single forms.

Mass generate forms with field

30 Nov 00:16
Compare
Choose a tag to compare

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

29 Nov 16:32
Compare
Choose a tag to compare

see "Create Form" wiki page

Fix input and updated make command.

27 Nov 13:11
Compare
Choose a tag to compare

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

25 Nov 10:41
Compare
Choose a tag to compare
  • 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

22 Nov 16:29
Compare
Choose a tag to compare

Fix for artisan vendor:publish icons path.

Fix artisan view:cache

22 Nov 15:36
Compare
Choose a tag to compare

Fix for php artisan view:cache, remove sponsor fields from this repo.

Updated installer

19 Nov 16:11
Compare
Choose a tag to compare

Fixes an error with the wrapper view in a fresh installation