2017 © Pedro Peláez
 

library adaptive-view

Adaptive views for Laravel.

image

digitlab/adaptive-view

Adaptive views for Laravel.

  • Sunday, March 6, 2016
  • by digitlab
  • Repository
  • 4 Watchers
  • 5 Stars
  • 54 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Adaptive View

StyleCI Build Status Total Downloads Latest Stable Version License, (*1)

An adaptive view extension for Laravel., (*2)

Installation

Install using composer:, (*3)

composer require digitlab/adaptive-view

Follow the instructions in setting up Agent., (*4)

Add the service provider in app/config/app.php:, (*5)

DigitLab\AdaptiveView\AdaptiveViewServiceProvider::class,

Usage

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., (*6)

Troubleshooting

  • Check that AdaptiveViewServiceProvider is registered as soon after the ViewServiceProvider as possible. Invoking the view factory before registering AdaptiveViewServiceProvider will cause it not to work.

License

Adaptive View is licensed under The MIT License (MIT)., (*7)

The Versions

06/03 2016

dev-master

9999999-dev http://digitlab.co.za

Adaptive views for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nicholas Wiersma

laravel view adaptive

04/03 2016

v1.1.0

1.1.0.0 http://digitlab.co.za

Adaptive views for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nicholas Wiersma

laravel view adaptive

04/03 2016

v1.0.1

1.0.1.0 http://digitlab.co.za

Adaptive views for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nicholas Wiersma

laravel view adaptive

03/03 2016

v1.0.0

1.0.0.0 http://digitlab.co.za

Adaptive views for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nicholas Wiersma

laravel view adaptive