2017 © Pedro Peláez
 

library icon-directive

The icon directive provides @icon directive to use fontawesome icon in the blade template

image

sun/icon-directive

The icon directive provides @icon directive to use fontawesome icon in the blade template

  • Thursday, September 1, 2016
  • by IftekherSunny
  • Repository
  • 1 Watchers
  • 7 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 8 % Grown

The README.md

Icon Directive

Build Status Total Downloads Latest Stable Version Latest Unstable Version License, (*1)

The icon directive provides @icon directive to use fontawesome icon in the blade template., (*2)

Installation Process

Icon directive is available via Composer/Packagist., (*3)

composer require sun/icon-directive

Add the ServiceProvider to the providers array in config/app.php, (*4)

Sun\IconDirective\IconDirectiveServiceProvider::class,

Basic Uses

To add fontawesome icon in your blade template just use @icon directive and pass the fontawesome icon name., (*5)

@icon('github')

Optionally, you can add extra classes for the fontawesome icon., (*6)

@icon('github', 'fa-5x', 'blue')

Example

In the blade template, (*7)

<button class="btn btn-primary">
    @icon('save') Save
</button>

This code snippet will render as shown below, (*8)

<button class="btn btn-primary">
    <i class="fa fa-save" aria-hidden="true"></i> Save
</button>

License

This package is licensed under the MIT License, (*9)

The Versions

01/09 2016

dev-master

9999999-dev

The icon directive provides @icon directive to use fontawesome icon in the blade template

  Sources   Download

MIT

The Requires

  • php >=5.6.4

 

The Development Requires

laravel icon directive fontawesome sun icon directive fontawesome directive fontawesome icon directive

01/09 2016

v1.0.0

1.0.0.0

The icon directive provides @icon directive to use fontawesome icon in the blade template

  Sources   Download

MIT

The Requires

  • php >=5.6.4

 

The Development Requires

laravel icon directive fontawesome sun icon directive fontawesome directive fontawesome icon directive