vietanh / lform
Form element for reuse
Installs: 152
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 0
Language:HTML
Requires
This package is auto-updated.
Last update: 2025-03-24 20:19:50 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") !!}