boarrd / twitter
A Twitter feed for Boarrd
Requires
- php: >=7.1.0
- spatie/laravel-twitter-streaming-api: ^1.0
- spatie/valuestore: ^1.1
Requires (Dev)
- orchestra/testbench: ^3.6
- phpunit/phpunit: 7.1
This package is auto-updated.
Last update: 2024-10-29 05:46:39 UTC
README
This is where your description should go. Try and limit it to a paragraph or two.
Add a screenshot of the tool here.
Installation
You can install the package in to a Laravel app that uses Nova via composer:
composer require boarrd/twitter
Next up, you must register the tool with Nova. This is typically done in the getTiles
method of the Dashboard
class.
// in app/Dashboard/Dashboard.php // ... public function getTiles() { return [ // ... new \Boarrd\Twitter(), ]; }
Usage
Click on the "twitter" menu item in your Nova app to see the tool provided by this package.
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email soy@miguelpiedrafita.com instead of using the issue tracker.
Credits
The original code for this package was written by Spatie for their dashboard.
License
The MIT License (MIT). Please see License File for more information.