Skip to content
Mohammad Hafijul Islam edited this page Nov 20, 2021 · 5 revisions

Welcome to Form Wiki!

Introduction

hafijul233/form is a collection of Laravel Collective/HTML components. it was initially planed to create only Bootstrap4 form element styles.

Features

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

Getting Start

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
Clone this wiki locally