Skip to content

boarrd/twitter

Repository files navigation

A Twitter feed for Boarrd

Latest Version on Packagist CircleCI branch Build Status Quality Score Total Downloads

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published