Download the PHP package luciano-jr/laravel-api-query-handler without Composer
On this page you can find all versions of the php package luciano-jr/laravel-api-query-handler. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download luciano-jr/laravel-api-query-handler
More information about luciano-jr/laravel-api-query-handler
Files in luciano-jr/laravel-api-query-handler
Package laravel-api-query-handler
Short Description Laravel API Query Handler Package.
License MIT
Informations about the package laravel-api-query-handler
Laravel API query handler
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:
After updating composer, add the service provider to the providers
array in config/app.php
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
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.
All versions of laravel-api-query-handler with dependencies
illuminate/support Version ^5.0.0
illuminate/database Version ^5.0.0
illuminate/http Version ^5.0.0