clockhamada / clockprovehamada
this is our package for time
Package info
github.com/ahmed0shokry0cs/clockhamada-clockprovehamada
Type:package
pkg:composer/clockhamada/clockprovehamada
dev-master
2018-11-11 13:20 UTC
Requires
- php: >= 5.3.0
This package is auto-updated.
Last update: 2026-03-12 07:32:59 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();