Answer the question
In order to leave comments, you need to log in
How to display the top most visited pages of the site?
There is a site written in laravel, how to display the top most visited pages of the site?
Answer the question
In order to leave comments, you need to log in
pseudo code:
after middleware
$response = $next($request);
add task "newPageView" to queue
return
newPageView class
check if url is correct
push data to file/database
In the database, make a cell in which the number of visits will be recorded. Then make a selection according to the TOP most visited.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question