alihossein / time
这是我测试的包
dev-master
2016-11-30 15:44 UTC
This package is not auto-updated.
Last update: 2024-09-28 20:03:41 UTC
README
包的主页: alihossein/time
此包属于课程"如何创建Laravel 5.3包"
安装:
在您的终端运行以下语句
步骤 1
composer require "alihossein/time":"dev-master"
步骤 2:在config/app.php中添加provider
和facade
'providers' => [
...
\Alihossein\Time\TimeServiceProvider::class, // <-- add this line at the end of provider array
],
'aliases' => [
...
'MyTimerFacade'=>\Alihossein\Time\Facade\TimerFacade::class, // <-- add this line at the end of aliases array
]
步骤 3
php artisan vendor:publish
步骤 4
php artisan migrate
配置文件位于config/MyConfig.php中,打开它并输入您的时间区域