peterzaccha/jo-query-generator

A Laravel Package

v2.0.7 2019-09-17 12:45 UTC

This package is auto-updated.

Last update: 2024-04-07 22:55:36 UTC


README

Installation

You can install the package via composer:

composer require // add code here

If you are using Laravel in a version < 5.5, the service provider must be registered as a next step:

// config/app.php
'providers' => [
    ...
    // add code here
];

Usage

Changelog

Check CHANGELOG for the changelog

Testing

To run tests use

$ composer test

Contributing

Security

If you discover any security related issues, please email your@mail.tld or use the issue tracker of GitHub.

About

License

The MIT License (MIT). Please see License File for more information.