PHPackages                             roelgonzalez/laravel-dashboard-quote-of-the-day-tile - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. roelgonzalez/laravel-dashboard-quote-of-the-day-tile

ActiveLibrary

roelgonzalez/laravel-dashboard-quote-of-the-day-tile
====================================================

A quote of the day tile for the Laravel Dashboard

2.0.0(1mo ago)0157MITPHPPHP ^8.3

Since Jul 10Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/roelgonzalez/laravel-dashboard-quote-of-the-day-tile)[ Packagist](https://packagist.org/packages/roelgonzalez/laravel-dashboard-quote-of-the-day-tile)[ Docs](https://github.com/roelgonzalez/laravel-dashboard-quote-of-the-day-tile)[ RSS](/packages/roelgonzalez-laravel-dashboard-quote-of-the-day-tile/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

A quote of the day tile for the Laravel Dashboard
=================================================

[](#a-quote-of-the-day-tile-for-the-laravel-dashboard)

[![Latest Version on Packagist](https://camo.githubusercontent.com/655a3318b3ab69097f28d5e1f1fd0d23e74cd0590f57ded71ad8a3fb06e3b094/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f726f656c676f6e7a616c657a2f6c61726176656c2d64617368626f6172642d71756f74652d6f662d7468652d6461792d74696c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/roelgonzalez/laravel-dashboard-quote-of-the-day-tile)[![Total Downloads](https://camo.githubusercontent.com/d6244a6d0983bc0a350d4ef62f94165aa02e6f8e034691c141e8b98c14999f0d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f726f656c676f6e7a616c657a2f6c61726176656c2d64617368626f6172642d71756f74652d6f662d7468652d6461792d74696c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/roelgonzalez/laravel-dashboard-quote-of-the-day-tile)

This tile displays a quote of the day on your dashboard.

This tile can be used on [the Laravel Dashboard](https://docs.spatie.be/laravel-dashboard).

[![Screenshot of Quote of the Day Tile](art/img.png)](art/img.png)

Compatibility
-------------

[](#compatibility)

- PHP 8.3 and newer
- Laravel Dashboard v4
- Laravel 11+ and Livewire 4+

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require roelgonzalez/laravel-dashboard-quote-of-the-day-tile
```

```
// in config/dashboard.php

return [
    // ...
    'tiles' => [
        'quote_of_the_day' => [
            'max_character_length' => 70, // null for no limit
            'refresh_interval_in_seconds' => 3600,
        ],
    ],
];
```

In `app\Console\Kernel.php` you should schedule the `RoelGonzalez\QuoteOfTheDayTile\FetchQuoteOfTheDayDataCommand` to run every day (or however often you'd like the quote to change).

```
// in app/console/Kernel.php

protected function schedule(Schedule $schedule)
{
    // ...
    $schedule->command(\RoelGonzalez\QuoteOfTheDayTile\FetchQuoteOfTheDayDataCommand::class)->dailyAt('05:00');
}
```

Usage
-----

[](#usage)

In your dashboard view you use the `livewire:quote-of-the-day-tile` component.

```

```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Roël Gonzalez](https://github.com/roelgonzalez)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance89

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1349 days

Total

2

Last Release

54d ago

Major Versions

1.0.0 → 2.0.02026-03-20

PHP version history (2 changes)1.0.0PHP ^8.0|^7.4

2.0.0PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/68a87945ed151829a5799caf450c6930f6d898bafd24856474bdb8ae863ac7da?d=identicon)[roelgonzalez](/maintainers/roelgonzalez)

---

Top Contributors

[![roelgonzalez](https://avatars.githubusercontent.com/u/13934159?v=4)](https://github.com/roelgonzalez "roelgonzalez (3 commits)")

---

Tags

roelgonzalezlaravel-dashboard-quote-of-the-day-tile

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/roelgonzalez-laravel-dashboard-quote-of-the-day-tile/health.svg)

```
[![Health](https://phpackages.com/badges/roelgonzalez-laravel-dashboard-quote-of-the-day-tile/health.svg)](https://phpackages.com/packages/roelgonzalez-laravel-dashboard-quote-of-the-day-tile)
```

###  Alternatives

[fidum/laravel-dashboard-chart-tile

Generic chart tiles for laravel dashboard

16234.7k1](/packages/fidum-laravel-dashboard-chart-tile)[spatie/laravel-dashboard-time-weather-tile

A tile for Laravel Dashboard that displays the time and the weather

1112.1k1](/packages/spatie-laravel-dashboard-time-weather-tile)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
