PHPackages                             ingoldsby/laravel-dashboard-chuck-norris-joke-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ingoldsby/laravel-dashboard-chuck-norris-joke-tile

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ingoldsby/laravel-dashboard-chuck-norris-joke-tile
==================================================

A Chuck Norris joke tile for Laravel Dashboard

1.1.0(5y ago)011MITPHPPHP ^7.4CI failing

Since Jun 10Pushed 5y ago1 watchersCompare

[ Source](https://github.com/ingoldsby/laravel-dashboard-chuck-norris-joke-tile)[ Packagist](https://packagist.org/packages/ingoldsby/laravel-dashboard-chuck-norris-joke-tile)[ Docs](https://github.com/ingoldsby/laravel-dashboard-chuck-norris-joke-tile)[ RSS](/packages/ingoldsby-laravel-dashboard-chuck-norris-joke-tile/feed)WikiDiscussions master Synced 2d ago

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

A tile to display a random Chuck Norris joke
============================================

[](#a-tile-to-display-a-random-chuck-norris-joke)

[![Latest Version on Packagist](https://camo.githubusercontent.com/6965af48ef9aa5718bffcf9687a9d74c02ce8a6cc0fd4a034e087325d24acdf7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696e676f6c647362792f6c61726176656c2d64617368626f6172642d636875636b2d6e6f727269732d6a6f6b652d74696c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ingoldsby/laravel-dashboard-chuck-norris-joke-tile)[![Total Downloads](https://camo.githubusercontent.com/aaf40c5f8fef90998d0ff2bd7e6274c76ff6c61c73f865cdc569608ea414dd73/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696e676f6c647362792f6c61726176656c2d64617368626f6172642d636875636b2d6e6f727269732d6a6f6b652d74696c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ingoldsby/laravel-dashboard-chuck-norris-joke-tile)

This tile can be used on [the Laravel Dashboard](https://docs.spatie.be/laravel-dashboard) to display a random Chuck Norris joke from [the internet Chuck Norris database](http://www.icndb.com/).

[![Screenshot](https://user-images.githubusercontent.com/26500496/84235332-07c41d00-ab39-11ea-8a9f-0fec9e2e3ec2.png)](https://user-images.githubusercontent.com/26500496/84235332-07c41d00-ab39-11ea-8a9f-0fec9e2e3ec2.png)

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

[](#installation)

You can install the package via composer:

```
composer require ingoldsby/laravel-dashboard-chuck-norris-joke-tile
```

Usage
-----

[](#usage)

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

```
// in config/dashboard.php

return [
    // ...
    'tiles' => [
        'chuck_norris_joke' => [
            'refresh_interval_in_seconds' => 900, // this will refresh every 15 minutes
        ]
    ],
];
```

In `app\Console\Kernel.php` you should schedule the `\Ingoldsby\ChuckNorrisJokeTile\Commands\FetchChuckNorrisJokeCommand` to run. You can decide the frequency of running the command. There are approximately 600 jokes available through the API.

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

protected function schedule(Schedule $schedule)
{
    // ...
    $schedule->command(\Ingoldsby\ChuckNorrisJokeTile\Commands\FetchChuckNorrisJokeCommand::class)->everyFifteenMinutes();
}
```

In your dashboard view you can use the tile:

- `livewire:chuck-norris-joke-tile`

```

```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security
--------

[](#security)

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

Support Spatie
--------------

[](#support-spatie)

I have learnt a lot from Spatie's various packages, including [Mailcoach](https://mailcoach.app), and would recommend you check them out if you want to know more.

Learn how to create a package like theirs, by watching Spatie's premium video course:

[![Laravel Package training](https://camo.githubusercontent.com/4c7f3720a29525e627f6004ee367e55def510e45d18e6bc974725812fa5cf257/68747470733a2f2f7370617469652e62652f6769746875622f7061636b6167652d747261696e696e672e6a7067)](https://laravelpackage.training)

Spatie invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support them by [buying one of their paid products](https://spatie.be/open-source/support-us).

Credits
-------

[](#credits)

- [Ingoldsby](https://github.com/ingoldsby)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

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 ~0 days

Total

2

Last Release

2163d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/66962c309dbebc0729e060b3062fd0fa0871a7d9bcd32ec79ca405f730690b60?d=identicon)[ingoldsby](/maintainers/ingoldsby)

---

Tags

ingoldsbylaravel-dashboard-chuck-norris-joke-tile

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ingoldsby-laravel-dashboard-chuck-norris-joke-tile/health.svg)

```
[![Health](https://phpackages.com/badges/ingoldsby-laravel-dashboard-chuck-norris-joke-tile/health.svg)](https://phpackages.com/packages/ingoldsby-laravel-dashboard-chuck-norris-joke-tile)
```

PHPackages © 2026

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