| Install | |
|---|---|
composer require beaumind/jdate |
>=5Run the Composer update comand
$ composer require beaumind/jdate
In your config/app.php add 'Beaumind\Jdate\JDateServiceProvider' to the end of the $providers array
'providers' => [
Illuminate\Foundation\Providers\ArtisanServiceProvider::class,
Illuminate\Auth\AuthServiceProvider::class,
...
Beaumind\Jdate\JDateServiceProvider::class,
],
'alias' => [
...
'jDate' => Beaumind\Jdate\Facades\JDate::class
]