Download the PHP package patressz/laravel-blade-components without Composer
On this page you can find all versions of the php package patressz/laravel-blade-components. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download patressz/laravel-blade-components
More information about patressz/laravel-blade-components
Files in patressz/laravel-blade-components
Package laravel-blade-components
Short Description Laravel basic blade components
License MIT
Homepage https://github.com/patressz/laravel-blade-components
Informations about the package laravel-blade-components
Laravel basic blade components
Installation
You can install the package via composer:
You can publish the config file with:
Optionally, you can publish the views using
Usage
To use the components, follow the standard Blade Component syntax. By default, all form components come with the form
prefix.
Optionally, you can change the prefix of the components by publishing the configuration file and then changing the value of the form
key to something else.
Input Component
Attributes:
- variable (required)
- type (default:
text
) - label (default:
null
) - placeholder (uses
label
if not set) - value (default:
null
) - required (default:
false
) - disabled (default:
false
)
Example:
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Patrik Strišovský
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-blade-components with dependencies
spatie/laravel-package-tools Version ^1.14.0
illuminate/contracts Version ^10.0|^11.0