orgmanager/orgmanager-dashboard

OrgManager component for Spatie's Dashboard

1.1.0 2017-04-20 10:36 UTC

This package is auto-updated.

Last update: 2024-03-29 02:44:59 UTC


README

Latest Version on Packagist Software License Total Downloads

This package adds an OrgManager Statistics tile similar to the Packagist Statistics to Spatie's Dashboard.

Installation

You can install this package via composer using this command:

composer require orgmanager/orgmanager-dashboard

Next, you must install the service provider:

// config/app.php
'providers' => [
    ...
    OrgManager\Dashboard\OrgManagerDashboardServiceProvider::class,
];

then, publish the assets&config using this command:

php artisan vendor:publish --tag=orgmanager-dashboard/assets --force
php artisan vendor:publish --tag=orgmanager-dashboard/config --force
php artisan vendor:publish --tag=orgmanager-dashboard/commands --force

you also have to add your OrgManager token to the .env file

// .env
...
ORGMANAGER_TOKEN=your-token-here
...

Finally, re-generate assets:

yarn && yarn run dev

Preview

Preview

Changelog

Please see CHANGELOG.md for more information on what has changed recently.

Contributing

Read our CONTRIBUTING.md for more details on how to help us.

Security

If you find any security related issues, please send an email to soy@miguelpiedrafita.com instead of using the issue tracker.

Credits

License

This package is licensed under the Mozilla Public License ("MPL"). Please see LICENSE.md for more information.