2017 © Pedro Peláez
 

library fontello

fontello api package for laravel 4.x

image

derduesseldorf/fontello

fontello api package for laravel 4.x

  • Wednesday, June 25, 2014
  • by derduesseldorf
  • Repository
  • 0 Watchers
  • 0 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Fontello API Package for Laravel

A simple module for Laravel in early status., (*1)

Usage

This package gives you the ability to use fontello api directly in your laravel application., (*2)

Basic Setup

Require this package in your composer.json, (*3)

"derduesseldorf/fontello" : "1.1.1.0", (*4)

After updating composer add the ServiceProvider to the providers in your app/config/app.php, (*5)

"Derduesseldord\Fontello\FontelloServiceProvider", (*6)

Add the Facade to the aliases in app/config/app.php, (*7)

"Fontello" => "Derduesseldorf\Fontello\FontelloFacade", (*8)

Create basic directory structure

  • config.json
    the config.json will be placed in "public/assets/fontello", (*9)

  • Css files
    All css files will be placed in "public/assets/fontello/css", (*10)

  • Font files
    All font files will be placed in "public/assets/fontello/font", (*11)

  • Temp folder
    The temporary data will be placed in "public/uploads/", (*12)

Make sure to setup "public/assets" and "public/uploads", (*13)

Examples

Open "derduesseldorf/fontello/controllers/FontelloImportController" to see how fontello for Laravel works. You are free to choose where you want to place your app logic., (*14)

The Versions

25/06 2014

dev-master

9999999-dev

fontello api package for laravel 4.x

  Sources   Download

The Requires

 

by Avatar derduesseldorf

25/06 2014

1.2.1.1

1.2.1.1

fontello api package for laravel 4.x

  Sources   Download

The Requires

 

by Avatar derduesseldorf

20/06 2014

1.2.1.0

1.2.1.0

fontello api package for laravel 4.x

  Sources   Download

The Requires

 

by Avatar derduesseldorf

20/06 2014

1.1.1.0

1.1.1.0

fontello api package for laravel 4.x

  Sources   Download

The Requires

 

by Avatar derduesseldorf

20/06 2014

1.1.0.0

1.1.0.0

fontello api package for laravel 4.x

  Sources   Download

The Requires

 

by Avatar derduesseldorf

20/06 2014

1.0.0.0

1.0.0.0

fontello api package for laravel 4.x

  Sources   Download

The Requires

 

by Avatar derduesseldorf