Laravel-Backpack / addons

A place for the Backpack community to talk about possible Backpack add-ons.
5 stars 2 forks source link

Report generator for Backpack #29

Open md0-code opened 3 years ago

md0-code commented 3 years ago

Hi,

As I've recently started using Laravel & Backpack I've created a small add-on as an ofshoot from a larger project, to help me get the grips of the framework and project packaging in general. It's a quick'n'dirty report generator from SQL queries that helps me produce presentable reports in a very short time. It can complement any backend that handles a lot of data and can be easily customized to fit various usage scenarios. You can chek it out here:

https://github.com/md0-code/backpack-regenerator

Please test and comment you you feel it could be a useful addon to the Backpack environment.