Package Data | |
---|---|
Maintainer Username: | digitlab |
Maintainer Contact: | nick@digitlab.co.za (Nicholas Wiersma) |
Package Create Date: | 2016-03-03 |
Package Last Update: | 2016-03-06 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-22 15:05:03 |
Package Statistics | |
---|---|
Total Downloads: | 66 |
Monthly Downloads: | 1 |
Daily Downloads: | 0 |
Total Stars: | 6 |
Total Watchers: | 4 |
Total Forks: | 1 |
Total Open Issues: | 0 |
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).