alex-oliveira/ao-html

Resources for HTML with Laravel 5.1 + Bootstrap 3
30
Install
composer require alex-oliveira/ao-html
PHP:>=5.5.9
License:MIT
Last Updated:Nov 25, 2015
Links: GitHub  ·  Packagist
Maintainer: alex-oliveira

Ao-Html

Resources for HTML with Laravel 5.1 + Bootstrap 3

1) Installation

$ composer require alex-oliveira/ao-html:dev-master

2) config/app.php

'providers' => [
    /*
     * Vendors Service Providers...
     */
    AoHtml\HtmlServiceProvider::class,
],
'aliases' => [
    /*
     * Vendors Facades
     */
    'Html' => AoHtml\HtmlFacade::class,
],

3) Template

Include package CSS in your template.

{!! html()->css() !!}

Include package JS in your template.

{!! html()->js() !!}

4) Elements

html()->tabs();
html()->tab();
html()->panels();
html()->panel();
html()->form();
html()->input();
html()->select();
html()->textarea();
html()->button();

Related Packages

minors/html

Updated HTML package for Laravel

7 0
desmond/beautymail

Send beautiful html emails with Laravel

44 4
tttptd/laravel-mdash

EMT - Evgeny Muravjev Typograph for Laravel 5

277 2
alex-oliveira/ao-comments

Resources for Comments with Laravel.

8 0