Skip to content

ahmed0shokry0cs/clockhamada-clockprovehamada

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clock-ClockProv

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

About

this is our package for time

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages