m4tthumphrey/fractal-laravel
最新稳定版本:1.1
Composer 安装命令:
composer require m4tthumphrey/fractal-laravel
包简介
Laravel bindings for the Fractal library.
README 文档
README
Laravel bindings for the Fractal library.
Install via Composer
Add the following to your composer.json file
{
"require": {
"m4tthumphrey/fractal-laravel" : "1.*"
}
}
Then update composer
composer update
Service provider
Add the following line to the array of providers in app/config/app.php
'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
'Fractal' => 'm4tthumphrey\FractalLaravel\Facade',
统计信息
- 总下载量: 2.56k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-04-10