phpsa / filament-dadjokes

With dadjokes every time you load your control panel you'll be greeted by an epic dad joke on the dashboard.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Latest Version on Packagist Semantic Release Total Downloads

Filament Dad Jokes Widget

With DadJokes every time you load your control panel you'll be greeted by an epic dad joke on the dashboard.

Installation

You can install the package via composer:

composer require phpsa/filament-dadjokes

Config options

    'services' => [
        'dad-jokes' => true,
        'chuck-jokes' => false,
    ],
    'cache' => '5', //seconds

Changelog

Please see CHANGELOG for more information on what has changed recently.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

With dadjokes every time you load your control panel you'll be greeted by an epic dad joke on the dashboard.

License:MIT License


Languages

Language:PHP 57.2%Language:Blade 42.8%