Download the PHP package davide-casiraghi/laravel-form-partials without Composer
On this page you can find all versions of the php package davide-casiraghi/laravel-form-partials. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download davide-casiraghi/laravel-form-partials
More information about davide-casiraghi/laravel-form-partials
Files in davide-casiraghi/laravel-form-partials
Package laravel-form-partials
Short Description A collection of partials blade views for Bootstrap 4 forms controls.
License MIT
Homepage https://github.com/davide-casiraghi/laravel-form-partials
Informations about the package laravel-form-partials
Laravel form partials
A collection of partials Blade views for Bootstrap 4 forms controls.
Available controls
- Input
- Input Hidden
- Input Readonly
- Select
- Checkbox
- Datepicker
- Timepicker
- Textarea (with WYSWYG editor)
- Textarea plain
- Password
- Upload image
- Alert (to show an bootstrap alert)
Installation
You can install the package via composer:
Publish all the vendor files
Then select the number that correspont to the package.
Usage
The partials can be included in any blade view in this way:
for a create view
for an edit view
Upload file
for a create view
for an edit view
In the controller store method
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Davide Casiraghi
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.