07/12
2013
Wallogit.com
2017 © Pedro Peláez
MobileDetect is a wrapper of Mobile_Detect which integrates it into Laravel., (*1)
Add itrulia/mobile-detect to composer.json., (*2)
"itrulia/mobile-detect": "dev-master"
Run composer update to pull down the latest version of MobileDetect. Now open up app/config/app.php and add the service provider to your providers array., (*3)
'providers' => array(
'Itrulia\Minimalist\MobileDetectServiceProvider',
)
Facade would be \Mobile
for the API see: Mobile_Detect, (*4)