LaravelPackages.net
Acme Inc.
Toggle sidebar
clock/clockprov

This is Test Package To get Date And clock

47
2
About clock/clockprov

clock/clockprov is a Laravel package for this is test package to get date and clock. It currently has 2 GitHub stars and 47 downloads on Packagist. Install it with composer require clock/clockprov. Discover more Laravel packages by clock or browse all Laravel packages to compare alternatives.

Last updated

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