2017 © Pedro Peláez
 

library ao-html

Resources for HTML with Laravel 5.1 + Bootstrap 3

image

alex-oliveira/ao-html

Resources for HTML with Laravel 5.1 + Bootstrap 3

  • Wednesday, November 25, 2015
  • by alex-oliveira
  • Repository
  • 1 Watchers
  • 0 Stars
  • 22 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Ao-Html

Resources for HTML with Laravel 5.1 + Bootstrap 3, (*1)

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., (*2)

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

Include package JS in your template., (*3)

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

4) Elements

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

The Versions

25/11 2015

dev-master

9999999-dev http://github.com/alex-oliveira/ao-html

Resources for HTML with Laravel 5.1 + Bootstrap 3

  Sources   Download

MIT

The Requires

 

laravel html alex-oliveira