Skip to content

vietanh74/LForm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LBForm

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") !!}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published