lukam / dad-jokes
Everyone loves dad jokes. Now available as an artisan command.
1.0.1
2019-03-23 10:58 UTC
Requires
- php: >=5.4.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-24 10:09:19 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