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: | 2024-11-15 15:15:26 |
Package Statistics | |
---|---|
Total Downloads: | 68 |
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
]