arabnewscms / clock-clockprov by PhpAnonymous

This is Test Package To get Date And clock
45
2
2
Package Data
Maintainer Username: PhpAnonymous
Maintainer Contact: admin@phpanonymous.com (PhPAnonymous Developers Group On Facebook)
Package Create Date: 2016-12-22
Package Last Update: 2016-12-22
Language: PHP
License: MIT
Last Refreshed: 2024-04-18 15:12:04
Package Statistics
Total Downloads: 45
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 2
Total Watchers: 2
Total Forks: 1
Total Open Issues: 0

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();