clockhamada/clockprovehamada

this is our package for time

Downloads

5

Stars

0

Version

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

Author

ahmed0shokry0cs