owenvoke/laravel-dashboard-offset-earth-tile

A tile for Laravel Dashboard that displays statistics from Offset Earth

v2.0.0 2020-09-13 08:57 UTC

This package is auto-updated.

Last update: 2024-04-05 15:43:52 UTC


README

Latest Version on Packagist Software License Build Status Style CI Total Downloads Buy us a tree

A tile for Laravel Dashboard that displays statistics from Ecologi

Screenshot of tile

Install

Via Composer

$ composer require owenvoke/laravel-dashboard-offset-earth-tile

Usage

In the dashboard config file, you must add this configuration in the tiles key.

// in config/dashboard.php

return [
    // ...
    'tiles' => [
        'offset_earth' => [
            'username' => env('OFFSET_EARTH_USERNAME'),
        ],
    ],
];

In app\Console\Kernel.php you should schedule the OwenVoke\OffsetEarthTile\Commands\FetchOffsetEarthStatisticsCommand to run every 30 minutes.

// in app/console/Kernel.php

protected function schedule(Schedule $schedule)
{
    $schedule->command(\OwenVoke\OffsetEarthTile\Commands\FetchOffsetEarthStatisticsCommand::class)->everyThirtyMinutes();
}

In your dashboard view you use the livewire:offset-earth-tile component.

<x-dashboard>
    <livewire:offset-earth-tile position="a1" />
</x-dashboard>

Change log

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

Testing

$ composer test

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email security@voke.dev instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Treeware

You're free to use this package, but if it makes it to your production environment you are required to buy the world a tree.

It’s now common knowledge that one of the best tools to tackle the climate crisis and keep our temperatures from rising above 1.5C is to plant trees. If you support this package and contribute to the Treeware forest you’ll be creating employment for local families and restoring wildlife habitats.

You can buy trees here.

Read more about Treeware at treeware.earth.