Download the PHP package vesperabr/laravel-components without Composer
On this page you can find all versions of the php package vesperabr/laravel-components. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vesperabr/laravel-components
More information about vesperabr/laravel-components
Files in vesperabr/laravel-components
Download vesperabr/laravel-components
More information about vesperabr/laravel-components
Files in vesperabr/laravel-components
Vendor vesperabr
Package laravel-components
Short Description A set of useful Laravel components
License MIT
Homepage https://github.com/vesperabr/laravel-components
Package laravel-components
Short Description A set of useful Laravel components
License MIT
Homepage https://github.com/vesperabr/laravel-components
Please rate this library. Is it a good library?
Informations about the package laravel-components
A set of useful Laravel components
The vesperabr/laravel-components
package add a set of useful components to your Laravel app.
Installation
You can install the package via composer:
The package will automatically register itself.
Components
- Form
- Input
- Label
Form
Attributes
Name | Default | Notes |
---|---|---|
method | POST | |
multipart | If present, control the form enctype to support file uploads | |
bind | Define the values that will be binded | |
bag | default | Define the error bag name |
Input
Name | Default | Notes |
---|---|---|
label | ||
type | text | |
name | ||
id | name attribute (if present) | |
prepend | ||
append | ||
show-errors | If present, show the validation errors | |
bag | Define the error bag name | |
bind | Override the bind values for the current input | |
value | If provided, it will take precedence over the binded value |
Label
Attributes
Name | Default | Options | Notes |
---|---|---|---|
required | If present, show an * after the text |
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-components with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.3|^8.0
illuminate/support Version ^7.0|^8.0
vesperabr/laravel-data-binder Version ^1.0
illuminate/support Version ^7.0|^8.0
vesperabr/laravel-data-binder Version ^1.0
The package vesperabr/laravel-components contains the following files
Loading the files please wait ....