| Package Data | |
|---|---|
| Maintainer Username: | beaumind | 
| Maintainer Contact: | a.hassani.sbu@gmail.com (A.Hasani) | 
| Package Create Date: | 2017-01-03 | 
| Package Last Update: | 2017-01-04 | 
| Language: | PHP | 
| License: | MIT | 
| Last Refreshed: | 2025-10-27 03:11:47 | 
| Package Statistics | |
|---|---|
| Total Downloads: | 69 | 
| Monthly Downloads: | 0 | 
| Daily Downloads: | 0 | 
| Total Stars: | 2 | 
| Total Watchers: | 1 | 
| Total Forks: | 0 | 
| Total Open Issues: | 0 | 
>=5
Run 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
]