This is first my package
This is first my package repository, (*1)
Installation:, (*2)
Run below statements on your terminal :, (*3)
STEP 1 :, (*4)
composer require "alinasiri/tracker":"1.1.0"
STEP 2 : Add provider
and facade
in config/app.php, (*5)
'providers' => [ ... \Tracker\TrackerServiceProvider::class, // <-- add this line at the end of provider array ], 'aliases' => [ ... 'Tracker'=>\Tracker\facade\TrackerFacade::class, // <-- add this line at the end of aliases array ]
Step 3:, (*6)
php artisan migrate
{{ Tracker::count() }}
onlineVisitors(60) // show online visitors in 60 seconds ago visits('all') //Total Views- Other parameters : today,yesterday,default=all visitors('all') //Number of visitors- Other parameters : today,yesterday,default=all subDayVisits($day) //The number of hits in $day days -integer subDayVisitors($day)