| Package Data | |
|---|---|
| Maintainer Username: | m4tthumphrey |
| Maintainer Contact: | matt@m4tt.co (Matt Humphrey) |
| Package Create Date: | 2014-04-10 |
| Package Last Update: | 2014-06-06 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-02 15:01:47 |
| Package Statistics | |
|---|---|
| Total Downloads: | 2,528 |
| Monthly Downloads: | 1 |
| Daily Downloads: | 0 |
| Total Stars: | 4 |
| Total Watchers: | 1 |
| Total Forks: | 2 |
| Total Open Issues: | 0 |
Laravel bindings for the Fractal library.
Add the following to your composer.json file
{
"require": {
"m4tthumphrey/fractal-laravel" : "1.*"
}
}
Then update composer
composer update
Add the following line to the array of providers in app/config/app.php
'm4tthumphrey\FractalLaravel\ServiceProvider',
If you wish to utilise the facade, add the following line to your aliases array, also in app/config/app.php
'Fractal' => 'm4tthumphrey\FractalLaravel\Facade',