clockhamada/clockprovehamada

this is our package for time

dev-master 2018-11-11 13:20 UTC

This package is auto-updated.

Last update: 2025-07-12 06:06:29 UTC


README

this is our package for time

installation :

please run this command :

composer require clockhamada/clockprovehamada:dev-master

then go to config directory then open app.php : add in providers array this line :

Clock\ClockProve\ClockProvider::class

add in aliases array this line :

'Clock' => Clock\ClockProve\ClockFacade::class

then run this command : php artisan vendor:publish

usage :

call our facade in your controller :

use Clock;

then if you want to get data :

Clock::clock();