beaumind/jdate
Composer 安装命令:
composer require beaumind/jdate
包简介
a simple laravel wrapper for jdate functions
README 文档
README
- A simple Laravel Wrapper for Alireza-h jdate class.
- This package compatible with Laravel
>=5
Installation
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 ]
统计信息
- 总下载量: 69
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-01-04