"cakephp/cakephp": "~3.2", "mobiledetect/mobiledetectlib": "2.*", モバイルかどうかの分岐のライブラリ Cakephp3では、Mobile Detectを標準で利用するようになっていて、すぐに使えるようになっている。 Mobile Detectの本体は、Packagistでここにあって、これが本体。 mobiledetect/mobiledetectlib githubでソースコードがあるこちら。 serbanghita/Mobile-Detect このMobile Detectは、cakephpのアプリではbootstrap.phpで既に読み込まれてあります。 /** * Setup detectors for mobile and tablet. */ Request::addDetector('mobile', func