Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

mobile detect in laravel

@if ($agent->isMobile())
    Show mobile stuff...
@endif
  
//Follow this link for full metod
//  https://github.com/jenssegers/agent
Source by github.com #
 
PREVIOUS NEXT
Tagged: #mobile #detect #laravel
ADD COMMENT
Topic
Name
6+6 =