It's possible to have two pagination settings for mobile & desktop?
app/config/view.php
If mobile set to
'pagination' => 'pagination::simple'
If desktop set to
'pagination' => 'pagination::simple-3'
You could setup two different environments, based on $_SERVER['HTTP_USER_AGENT']
for example.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community