PHPackages                             readerstacks/reportmanager - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. readerstacks/reportmanager

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

readerstacks/reportmanager
==========================

Create Any report easily with laravel report builder same as metabase

1.453.3(2y ago)43211MITPHP

Since May 3Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Readerstacks/reportbuilder)[ Packagist](https://packagist.org/packages/readerstacks/reportmanager)[ RSS](/packages/readerstacks-reportmanager/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (56)Used By (0)

 [ ![](https://camo.githubusercontent.com/32b7efbb6fc56f28ea083ec72b846b5b22d923749f4f6c3c4b4e57531bcb7e9e/68747470733a2f2f61626e6f736f667477617265732e636f6d2f6173736574732f66726f6e74656e642f696d672f7468656d652f6c6f676f2e706e67) ](https://github.com/readerstacks)

Laravel Report Generator as Metabase By abnosoftwares.com
=========================================================

[](#laravel-report-generator-as-metabase-by-abnosoftwarescom)

[![Screenshot 2023-05-04 at 12 09 50 PM](https://user-images.githubusercontent.com/94598275/236130169-d88d3169-f78f-4e2d-9023-9ff9e568a7a5.png)](https://user-images.githubusercontent.com/94598275/236130169-d88d3169-f78f-4e2d-9023-9ff9e568a7a5.png)

[![Screenshot 2023-05-04 at 12 56 58 PM](https://user-images.githubusercontent.com/94598275/236138954-ea63c39a-00fc-47bc-a457-25d34ad6ca2a.png)](https://user-images.githubusercontent.com/94598275/236138954-ea63c39a-00fc-47bc-a457-25d34ad6ca2a.png)

[![Screenshot 2023-05-04 at 12 57 05 PM](https://user-images.githubusercontent.com/94598275/236138968-a1bf51fc-5d7e-4e7a-a731-1c5f87d72843.png)](https://user-images.githubusercontent.com/94598275/236138968-a1bf51fc-5d7e-4e7a-a731-1c5f87d72843.png)

Create Any report easily with laravel report builder same as metabase.

For license information check the [LICENSE](LICENSE.md)-file.

Features
--------

[](#features)

- Generate any report in chart, table format easily like metabase.
- Share URL.
- Share password protected URL of Report.
- Create run time varibales for conditional statement
- Add custom layouts according to need.
- Add custom input filters.
- Run query before save to database.
- Save Report for external or future use.
- Customize inbuild filters and layout.
- Use multiple database for reports.

Installation
------------

[](#installation)

### 1 - Dependency

[](#1---dependency)

The first step is using composer to install the package and automatically update your `composer.json` file, you can do this by running:

```
composer require readerstacks/reportmanager
```

> **Note**: If you are using Laravel 5.5, the steps 2 for providers and aliases, are unnecessaries. QieryMigrations supports Laravel new [Package Discovery](https://laravel.com/docs/5.5/packages#package-discovery).

### 2 - Provider

[](#2---provider)

You need to update your application configuration in order to register the package so it can be loaded by Laravel, just update your `config/app.php` file adding the following code at the end of your `'providers'` section:

> `config/app.php`

```
