clockhamada / clockprovehamada
this is our package for time
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:package
Requires
- php: >= 5.3.0
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();