Download the PHP package astrotomic/laravel-dashboard-citybikes-tile without Composer
On this page you can find all versions of the php package astrotomic/laravel-dashboard-citybikes-tile. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download astrotomic/laravel-dashboard-citybikes-tile
More information about astrotomic/laravel-dashboard-citybikes-tile
Files in astrotomic/laravel-dashboard-citybikes-tile
Package laravel-dashboard-citybikes-tile
Short Description A Citybikes tile for Laravel Dashboard
License MIT
Homepage https://github.com/Astrotomic/laravel-dashboard-citybikes-tile
Informations about the package laravel-dashboard-citybikes-tile
A tile to display the status of CityBikes Stations
This tile can be used on the Laravel Dashboard to display the status of Citybikes Stations - an API for bike services all over the world.
Installation
You can install the package via composer:
In the dashboard
config file, you must add this configuration in the tiles
key. The stations
should contain the IDs of the Citybikes stations that you want to display on the dashboard.
In app\Console\Kernel.php
you should schedule the \Astrotomic\CitybikesTile\FetchCitybikesStationsCommand
to run. You can let it run every minute if you want. You could also run it less frequently if fast updates on the dashboard aren't that important for this tile.
Usage
In your dashboard view you use the livewire:citybikes-tile
component.
Customizing the view
If you want to customize the view used to render this tile, run this command:
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details. You could also be interested in CODE OF CONDUCT.
Security
If you discover any security related issues, please check SECURITY for steps to report it.
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 I would highly appreciate you buying 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 contribute to my forest you’ll be creating employment for local families and restoring wildlife habitats.
You can buy trees at offset.earth/treeware
Read more about Treeware at treeware.earth
All versions of laravel-dashboard-citybikes-tile with dependencies
guzzlehttp/guzzle Version ^6.5 || ^7.0
illuminate/console Version ^8.0
illuminate/http Version ^8.0
illuminate/support Version ^8.0
spatie/laravel-dashboard Version ^2.0