PHPackages                             asivas/analytics-dashboard - 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. [Admin Panels](/categories/admin)
4. /
5. asivas/analytics-dashboard

ActiveLibrary[Admin Panels](/categories/admin)

asivas/analytics-dashboard
==========================

The "CRUD-Resouce" Analytics Dashboard controller, to be used as part of the Asivas solution for https://gitlab.com/asivas/larvue-abm/ABM

v2.0.1(4y ago)093MITPHP

Since Jan 7Pushed 1y ago1 watchersCompare

[ Source](https://github.com/asivas/analytics-dashboard)[ Packagist](https://packagist.org/packages/asivas/analytics-dashboard)[ RSS](/packages/asivas-analytics-dashboard/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (12)Used By (0)

Analytics Dashboard
===================

[](#analytics-dashboard)

The "CRUD-Resouce" Analytics Dashboard controller, to be used as part of the Asivas solution for , to simple manage CRUD of resources, for backend usage, (expecting to use the asivas vue ABM frontend).

\##Requirements

Instalation / Configuration
---------------------------

[](#instalation--configuration)

You can install this package using composer

```
comopser require asivas/analytics-dashboard
```

Once you have required the package the configuration requires this 2 steps:

1. Create your Analitycs Facade class in app\\Facades

    This class should have a method for every analytics the app could graph or analyze. Each method will end up calling ths getData method of an Specific-Analytic class wich extends Asivas\\Analytics\\Analytics

    ```
