priskz/sorad-entity
Composer 安装命令:
composer require priskz/sorad-entity
包简介
A generic service implemented on top of the SORAD API + PaylORM that provides consistent conventions for facilitating the mapping of entities.
README 文档
README
Purpose
A generic service implemented on top of the SORAD API + Paylorm that provides consistent conventions for facilitating the mapping of entities.
Install via Composer
Add the following to your "require" schema:
"require": {
"priskz/sorad-entity": "~0.1.0"
}
Run composer install
Add 'Entity\Laravel\ServiceProvider' to the 'providers' in /app/laravel/config/app.php to enable the newly added service.
Add the following to the 'aliases' aka facades in /app/laravel/config/app.php to register the newly added service facades:
'Entity' => 'Entity\Laravel\Facade',
'EntityAsset' => 'Entity\Service\Asset\Laravel\Facade',
'EntityDetail' => 'Entity\Service\Detail\Laravel\Facade',
'EntityIdentifier' => 'Entity\Service\Identifier\Laravel\Facade',
统计信息
- 总下载量: 81
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-04-20