dev-master
9999999-dev http://github.com/alex-oliveira/ao-htmlResources for HTML with Laravel 5.1 + Bootstrap 3
MIT
The Requires
- php >=5.5.9
- laravel/framework 5.1.*
laravel html alex-oliveira
Wallogit.com
2017 © Pedro Peláez
Resources for HTML with Laravel 5.1 + Bootstrap 3
Resources for HTML with Laravel 5.1 + Bootstrap 3, (*1)
$ composer require alex-oliveira/ao-html:dev-master
'providers' => [
/*
* Vendors Service Providers...
*/
AoHtml\HtmlServiceProvider::class,
],
'aliases' => [
/*
* Vendors Facades
*/
'Html' => AoHtml\HtmlFacade::class,
],
Include package CSS in your template., (*2)
{!! html()->css() !!}
Include package JS in your template., (*3)
{!! html()->js() !!}
html()->tabs(); html()->tab(); html()->panels(); html()->panel(); html()->form(); html()->input(); html()->select(); html()->textarea(); html()->button();
Resources for HTML with Laravel 5.1 + Bootstrap 3
MIT
laravel html alex-oliveira