lukam/dad-jokes

Everyone loves dad jokes. Now available as an artisan command.

1.0.1 2019-03-23 10:58 UTC

This package is auto-updated.

Last update: 2024-04-24 04:30:45 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