peterzaccha / jo-query-generator
A Laravel Package
v2.0.7
2019-09-17 12:45 UTC
Requires
- php: ^7.2
- illuminate/support: 5.8.*
- yajra/laravel-datatables-oracle: ^9.3
This package is auto-updated.
Last update: 2024-11-08 00:08:37 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.