clock/clockprov
This is Test Package To get Date And clock
45
2
| Install | |
|---|---|
composer require clock/clockprov |
|
| PHP: | >= 5.3.0 |
| License: | MIT |
| Last Updated: | Dec 22, 2016 |
| Links: | GitHub · Packagist |
Maintainer: PhpAnonymous
Tested Packge With Phpanony - Clock
This is Test Package To get Date And clock
#installation
Run This Command On Your Composer
composer require clock/clockprov:dev-master
after completed to download package
open your app.php file from this path config/app.php
put this to provider array line
Clock\ClockProv\ClockProvider::class,
and this aliases array from package
'Clock' => Clock\ClockProv\ClockFacdecs::class,
now please run this command on your composer php artisan vendor:publish
##usage
to use this package clock
Clock::clock();
or if You want use Map
Clock::map();