lukam / dad-jokes
Everyone loves dad jokes. Now available as an artisan command.
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/lukam/dad-jokes
Requires
- php: >=5.4.0
This package is auto-updated.
Last update: 2025-09-24 07:48:10 UTC
README
Everyone loves dad jokes. Now available as an artisan command.
Installation
Install a package using Composer
composer require lukam/dad-jokes
For Laravel version 5.4. and lower, open the config\app
file and add a service provider to your providers array.
'providers' => [ DadJokes\DadJokesServiceProvider::class ]
Usage
Get a joke using the php artisan dadjoke
command.
php artisan dadjoke
Why do crabs never give to charity? Because they're shellfish.
License
MIT