vietanh / lform
Form element for reuse
dev-master
2019-10-24 07:57 UTC
Requires
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-24 23:39:19 UTC
README
This is a form element pre-written with adminlte library of acacha.
How to install
Step 1: install
composer require vietanh/lform
Step 2: add service provider
In config/app.php, add following line to provider
VietAnh\LForm\LFormServiceProvider::class
Step 3: Publish
php artisan vendor:publish --tag=lform
Step 4: Using:
{!! Form::lbText("text-input-name", "value in text input name", "Label of text input") !!}