2017 © Pedro Peláez
 

library fractal-laravel

Laravel bindings for the Fractal library.

image

m4tthumphrey/fractal-laravel

Laravel bindings for the Fractal library.

  • Friday, June 6, 2014
  • by m4tthumphrey
  • Repository
  • 1 Watchers
  • 4 Stars
  • 1,144 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

m4tthumphrey/fractal-laravel

Laravel bindings for the Fractal library., (*1)

Install via Composer

Add the following to your composer.json file, (*2)

{
    "require": {
        "m4tthumphrey/fractal-laravel" : "1.*"
    }
}

Then update composer, (*3)

composer update

Service provider

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

'm4tthumphrey\FractalLaravel\ServiceProvider',

Facade

If you wish to utilise the facade, add the following line to your aliases array, also in app/config/app.php, (*5)

'Fractal' => 'm4tthumphrey\FractalLaravel\Facade',

The Versions

06/06 2014

dev-master

9999999-dev https://github.com/m4tthumphrey/fractal-laravel

Laravel bindings for the Fractal library.

  Sources   Download

MIT

The Requires

 

laravel fractal

06/06 2014

1.1

1.1.0.0 https://github.com/m4tthumphrey/fractal-laravel

Laravel bindings for the Fractal library.

  Sources   Download

MIT

The Requires

 

laravel fractal

10/04 2014

1.0

1.0.0.0 https://github.com/m4tthumphrey/fractal-laravel

Laravel bindings for the Fractal library.

  Sources   Download

The Requires