clock / clockprov
This is Test Package To get Date And clock
dev-master
2016-12-22 11:33 UTC
Requires
- php: >= 5.3.0
This package is auto-updated.
Last update: 2026-03-01 00:22:50 UTC
README
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();