digitlab/adaptive-view is a Laravel package for adaptive views for laravel..
It currently has 6 GitHub stars and 66 downloads on Packagist (latest version v1.1.0).
Install it with composer require digitlab/adaptive-view.
Discover more Laravel packages by digitlab
or browse all Laravel packages to compare alternatives.
Last updated
An adaptive view extension for Laravel.
Install using composer:
composer require digitlab/adaptive-view
Follow the instructions in setting up Agent.
Add the service provider in app/config/app.php:
DigitLab\AdaptiveView\AdaptiveViewServiceProvider::class,
You can create a mobile view with the .mobile.blade.php extension. Similarly you can create tablet views with
the .tablet.blade.php extension. Mobile and tablet views will fallback to normal views if they do not exist.
Adaptive View is licensed under The MIT License (MIT).