2017 © Pedro Peláez
 

library viewer

Viewer Is A View Workaround For Laravel 4.1

image

graham-campbell/viewer

Viewer Is A View Workaround For Laravel 4.1

  • Monday, April 21, 2014
  • by graham-campbell
  • Repository
  • 0 Watchers
  • 0 Stars
  • 2,551 Installations
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Laravel Viewer

Build Status Coverage Status Software License Latest Version Scrutinizer Quality Score SensioLabsInsight, (*1)

WARNING

This package is depreciated, and is no longer maintained.

What Is Laravel Viewer?

Laravel Viewer is a view workaround for Laravel 4.1., (*2)

System Requirements

  • PHP 5.4.7+ or HHVM 3.0+ is required.
  • You will need Laravel 4.1 because this package is designed for it.
  • You will need Composer installed to load the dependencies of Laravel Viewer.

Installation

Please check the system requirements before installing Laravel Viewer., (*3)

To get the latest version of Laravel Viewer, simply require "graham-campbell/viewer": "0.2.*@alpha" in your composer.json file. You'll then need to run composer install or composer update to download it and have the autoloader updated., (*4)

Once Laravel Viewer is installed, you need to register the service provider. Open up app/config/app.php and add the following to the providers key., (*5)

  • 'GrahamCampbell\Viewer\ViewerServiceProvider'

You can register the Viewer facade in the aliases key of your app/config/app.php file if you like., (*6)

  • 'Viewer' => 'GrahamCampbell\Viewer\Facades\Viewer'

Configuration

Laravel Viewer requires no configuration. Just follow the simple install instructions and go!, (*7)

Usage

There is currently no usage documentation besides the API Documentation for Laravel Viewer., (*8)

You may see an example of implementation in Laravel Navigation or Bootstrap CMS., (*9)

Updating Your Fork

Before submitting a pull request, you should ensure that your fork is up to date., (*10)

You may fork Laravel Viewer:, (*11)

git remote add upstream git://github.com/GrahamCampbell/Laravel-Viewer.git

The first command is only necessary the first time. If you have issues merging, you will need to get a merge tool such as P4Merge., (*12)

You can then update the branch:, (*13)

git pull --rebase upstream master
git push --force origin <branch_name>

Once it is set up, run git mergetool. Once all conflicts are fixed, run git rebase --continue, and git push --force origin <branch_name>., (*14)

Pull Requests

Please review these guidelines before submitting any pull requests., (*15)

  • When submitting bug fixes, check if a maintenance branch exists for an older series, then pull against that older branch if the bug is present in it.
  • Before sending a pull request for a new feature, you should first create an issue with [Proposal] in the title.
  • Please follow the PSR-2 Coding Style and PHP-FIG Naming Conventions.

License

Apache License, (*16)

Copyright 2013-2014 Graham Campbell, (*17)

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at, (*18)

http://www.apache.org/licenses/LICENSE-2.0, (*19)

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License., (*20)

The Versions

21/04 2014

dev-master

9999999-dev

Viewer Is A View Workaround For Laravel 4.1

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Graham Campbell

laravel framework graham campbell grahamcampbell view viewer workaround laravel viewer laravel-viewer

21/04 2014

v0.2.0-alpha

0.2.0.0-alpha

Viewer Is A View Workaround For Laravel 4.1

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Graham Campbell

laravel framework graham campbell grahamcampbell view viewer workaround laravel viewer laravel-viewer

08/02 2014

v0.1.1-alpha

0.1.1.0-alpha

Viewer Is A View Workaround For Laravel 4.1

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Graham Campbell

laravel framework graham campbell grahamcampbell view viewer workaround laravel viewer laravel-viewer

21/01 2014

v0.1.0-alpha

0.1.0.0-alpha

Viewer Is A View Workaround For Laravel 4.1

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Graham Campbell

laravel framework graham campbell grahamcampbell view viewer workaround laravel viewer laravel-viewer