2017 © Pedro Peláez
 

library rtclientdashboard

A dashboard to show monthly service usage for a client.

image

rtmatt/rtclientdashboard

A dashboard to show monthly service usage for a client.

  • Friday, July 22, 2016
  • by RTMatt
  • Repository
  • 1 Watchers
  • 0 Stars
  • 83 Installations
  • CSS
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 14 Versions
  • 2 % Grown

The README.md

Prerequisites

  • Laravel App
  • jQuery

Installation

Via Composer

``` bash composer require rtmatt/rtclientdashboard:^0.0.2 //:dev-master, (*1)

### Add Service Provider
in config/app.php providers array:

\RTMatt\MonthlyServiceClientDashboard\Providers\MonthlyServiceClientDashboardServiceProvider::class, (*2)



## Usage ### Add includes Within whatever file you want to show the dashboard, include the following:

@include('rtclientdashboard::components.dashboard-component'), (*3)

and in the layout file before the closing body tag, include the following:

@include('rtclientdashboard::partials.dashboard-scripts'), (*4)

as well as the following within the head section:

@include('rtclientdashboard::partials.dashboard-styles'), (*5)




###Add credentials in your site's .env file:

DASHBOARD_API_NAME=xxx DASHBOARD_API_KEY=xxx, (*6)


### publish assets

php artisan vendor:publish --provider="RTMatt\MonthlyServiceClientDashboard\Providers\MonthlyServiceClientDashboardServiceProvider" --tag="public" --force, (*7)

If you would like to make sure your public assets are always up-to-date, you can add this command to the post-update-cmd list in your composer.json file.


## Configuration

DASHBOARD_API_URL //the base url for the API with which the dashboard talks DASHBOARD_SUMMARY_API_ENDPOINT //the api endpoint where client service summaries live ```, (*8)

The Versions

22/07 2016

1.0.0.x-dev

1.0.0.9999999-dev

A dashboard to show monthly service usage for a client.

  Sources   Download

The Requires

 

by Matt Emrick

22/07 2016

1.0.0

1.0.0.0

A dashboard to show monthly service usage for a client.

  Sources   Download

The Requires

 

by Matt Emrick

22/07 2016

1.0.0-alpha6

1.0.0.0-alpha6

A dashboard to show monthly service usage for a client.

  Sources   Download

The Requires

 

by Matt Emrick

22/07 2016

1.0.0-beta

1.0.0.0-beta

A dashboard to show monthly service usage for a client.

  Sources   Download

The Requires

 

by Matt Emrick

19/07 2016

1.0.0-alpha5

1.0.0.0-alpha5

A dashboard to show monthly service usage for a client.

  Sources   Download

The Requires

 

by Matt Emrick

17/07 2016

dev-master

9999999-dev

A dashboard to show monthly service usage for a client.

  Sources   Download

The Requires

 

by Matt Emrick

17/07 2016

1.0.0-alpha3

1.0.0.0-alpha3

A dashboard to show monthly service usage for a client.

  Sources   Download

The Requires

 

by Matt Emrick

17/07 2016

1.0.0-alpha4

1.0.0.0-alpha4

A dashboard to show monthly service usage for a client.

  Sources   Download

The Requires

 

by Matt Emrick

17/07 2016

1.0.0-alpha

1.0.0.0-alpha

A dashboard to show monthly service usage for a client.

  Sources   Download

The Requires

 

by Matt Emrick

17/07 2016

0.0.4

0.0.4.0

A dashboard to show monthly service usage for a client.

  Sources   Download

The Requires

 

by Matt Emrick

16/07 2016

0.0.3

0.0.3.0

A dashboard to show monthly service usage for a client.

  Sources   Download

The Requires

 

by Matt Emrick

16/07 2016

0.0.2

0.0.2.0

A dashboard to show monthly service usage for a client.

  Sources   Download

The Requires

 

by Matt Emrick

14/07 2016

dev-neat

dev-neat

A dashboard to show monthly service usage for a client.

  Sources   Download

by Matt Emrick

08/07 2016

0.0.1

0.0.1.0

A dashboard to show monthly service usage for a client.

  Sources   Download

by Matt Emrick