Download the PHP package mattapril/laravel-responsable-reports without Composer
On this page you can find all versions of the php package mattapril/laravel-responsable-reports. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-responsable-reports
Install
For Lumen Projects
$this->app->singleton('Illuminate\Contracts\Routing\ResponseFactory', function ($app) {
return new \Illuminate\Routing\ResponseFactory(
$app['Illuminate\Contracts\View\Factory'],
$app['Illuminate\Routing\Redirector']
);
});
Configuration
optional .env configuration:
REPORT_PER_PAGE_KEY=per_page # define the input key that can be used to dynamically set the results per page for paginated responses
REPORT_PER_PAGE_MAX=100 # sets the maximum number of results per page when using REPORT_PER_PAGE_KEY (default is 100)All versions of laravel-responsable-reports with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
illuminate/support Version >=10.0 <=13.0
illuminate/contracts Version >=10.0 <=13.0
illuminate/routing Version >=10.0 <=13.0
illuminate/support Version >=10.0 <=13.0
illuminate/contracts Version >=10.0 <=13.0
illuminate/routing Version >=10.0 <=13.0
The package mattapril/laravel-responsable-reports contains the following files
Loading the files please wait ...