![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/ts.corals.io/corals-api/vendor/yajra/laravel-datatables-buttons/ |
{ "name": "yajra/laravel-datatables-buttons", "description": "Laravel DataTables Buttons Plugin.", "keywords": [ "laravel", "datatables", "buttons", "jquery" ], "license": "MIT", "authors": [ { "name": "Arjay Angeles", "email": "[email protected]" } ], "require": { "php": ">=7.0", "yajra/laravel-datatables-oracle": "8.*|9.*", "yajra/laravel-datatables-html": "3.*|4.*", "maatwebsite/excel": "^3.0", "illuminate/console": "*" }, "require-dev": { "mockery/mockery": "~1.0", "phpunit/phpunit": "~7.0" }, "suggest": { "rap2hpoutre/fast-excel": "Faster exporting of dataTables using fast-excel package.", "barryvdh/laravel-snappy": "For exporting of dataTables to PDF." }, "autoload": { "psr-4": { "Yajra\\DataTables\\": "src/" } }, "autoload-dev": { "psr-4": { "Yajra\\DataTables\\Tests\\": "tests/" } }, "extra": { "branch-alias": { "dev-master": "4.0-dev" }, "laravel": { "providers": [ "Yajra\\DataTables\\ButtonsServiceProvider" ] } }, "suggest": { "dompdf/dompdf": "Allows exporting of dataTable to PDF using the DomPDF.", "barryvdh/laravel-snappy": "Allows exporting of dataTable to PDF using the print view." }, "minimum-stability": "dev", "prefer-stable": true }