-
-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Mohammad Hafijul Islam edited this page Nov 20, 2021
·
5 revisions
hafijul233/form
is a collection of Laravel Collective/HTML components.
it was initially planed to create only Bootstrap4 form element styles.
This package has basic form element style that is supported by bootstrap. Some basic form styles are given below:
- Normal
- Icon Input Grouped
- Horizontal Columned
- Inline Elements
To get start using this package follow these instructions.
- First install this package using composer
composer require hafijul233/form
- After installation, we need to publish the configuration file
php artisan vendor:publish --tag=form-config
- To make sure please run cache clear command (Optional)
composer dump-autoload
- Done. Now you can fully utilize every form elements from these package