Download the PHP package steelants/form without Composer
On this page you can find all versions of the php package steelants/form. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download steelants/form
More information about steelants/form
Files in steelants/form
Download steelants/form
More information about steelants/form
Files in steelants/form
Vendor steelants
Package form
Short Description Simple Form Builder class based on Laravel & Bootstrap 5
License MIT
Package form
Short Description Simple Form Builder class based on Laravel & Bootstrap 5
License MIT
Please rate this library. Is it a good library?
Informations about the package form
Laravel Form
Livewire compatible form elements. Styled with Bootstrap 5.
Currently WIP
Created by: SteelAnts s.r.o.
Installation
Include scripts
app.js
app.scss
Examples
Form
Attributes:
- action
- method
Automatically inserts _method and _token base on method attribute
Input
Attributes:
- name - Input name (required for non-livewire use)
- label - Input label (optional)
- help - Help text
- group-class - Class of wrapping element
- value - value
Select
Attributes:
- name - Input name (required for non-livewire use)
- label - Input label (optional)
- help - Help text
- group-class - Class of wrapping element
- options - Array of values
- value - Selected value (for non-livewire use)
- placeholder - Placeholder (hidden option withou value)
- value - value
Textarea
Attributes:
- name - Input name (required for non-livewire use)
- label - Input label (optional)
- help - Help text
- group-class - Class of wrapping element
- value - value
Quill
- name - Input name (required for non-livewire use)
- label - Input label (optional)
- help - Help text
- group-class - Class of wrapping element
Button
Notes
- Non-livewire elment require
name
attribute - Livewire element require
wire:model*
attribute. - Values are inserted with
old()
- All attributes are passed down to input/select/texarea element.
Other Packages
steelants/laravel-auth steelants/laravel-boilerplate steelants/datatable steelants/form steelants/modal steelants/laravel-tenant
All versions of form with dependencies
PHP Build Version
Package Version
The package steelants/form contains the following files
Loading the files please wait ....