定制 orchestra/facile 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

orchestra/facile

最新稳定版本:v6.0.0

Composer 安装命令:

composer require orchestra/facile

包简介

Facile Component for Orchestra Platform

README 文档

README

Facile Component simplify the need to create API based response in your Laravel application.

tests Latest Stable Version Total Downloads Latest Unstable Version License Coverage Status

Version Compatibility

Laravel Facile
5.5.x 3.5.x
5.6.x 3.6.x
5.7.x 3.7.x
5.8.x 3.8.x
6.x 4.x
7.x 5.x

Installation

To install through composer, run the following command from terminal:

composer require "orchestra/facile"

Configuration

Next add the service provider in config/app.php.

'providers' => [

    // ...

    Orchestra\Facile\FacileServiceProvider::class,
],

You might want to add Orchestra\Support\Facades\Facile to class aliases in config/app.php:

'aliases' => [

    // ...

    'Facile' => Orchestra\Support\Facades\Facile::class,
],

统计信息

  • 总下载量: 41.77k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 3
  • 依赖项目数: 3
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2013-04-01