luciano-jr/laravel-api-query-handler 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

luciano-jr/laravel-api-query-handler

Composer 安装命令:

composer require luciano-jr/laravel-api-query-handler

包简介

Laravel API Query Handler Package.

README 文档

README

Codacy Badge

This Laravel package helps to handle a query request properly

Synopsis

In order to help

Code Example

Show what the library does as concisely as possible, developers should be able to figure out how your project solves their problem by looking at the code example. Make sure the API you are showing off is obvious, and that your code is short and concise.

Motivation

A short description of the motivation behind the creation and maintenance of the project. This should explain why the project exists.

Installation

Require this package with composer using the following command:

composer require luciano-jr/laravel-api-query-handler

After updating composer, add the service provider to the providers array in config/app.php

LucianoJr\LaravelAPIQueryHandler\Providers\LaravelApiQueryHandlerServiceProvider::class,

Configuration File

If you use Lumen please skip this step

If you want to change the default parameters, run this command on the terminal in order to publish the vendor config file:

php artisan vendor:publish --provider="Lucianor\LaravelApiQueryHandler\Providers\LaravelApiQueryHandlerServiceProvider"

Usage

    public function index(Request $request)
    {
        $collection = $this->repository->all();
        
        $collectionHandler = new CollectionHandler($collection, $request);
        $collectionHandler->handle();
    }

Tests

Describe and show how to run the tests with code examples.

Contributors

Let people know how they can dive into the project, include important links to things like issue trackers, irc, twitter accounts if applicable.

License

The Laravel API query handler is open-sourced software licensed under the MIT license.

统计信息

  • 总下载量: 207
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-10-16

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固