laravel-packages/loaderio

7
Install
composer require laravel-packages/loaderio
PHP:>=5.3.0
Last Updated:Sep 16, 2013
Links: GitHub  ·  Packagist
Maintainer: thomaswelton

Build Status Latest Stable Version Total Downloads Bitdeli Badge

Introduction

Automatically add the required routes to your app to verify your site for use with http://loader.io/ I've used loader.io on a few sites which I've deployed using Heroku, and found it a chore, and a little messy, to add the verification routes for each of my environments manually. So I created this package.

Installation

Update your composer.json file to include this package as a dependency

"laravel-packages/loaderio": "dev-master"

Register the Loaderio service provider by adding it to the providers array in the app/config/app.php file.

LaravelPackages\Loaderio\LoaderioServiceProvider

Configuration

Copy the config file into your project by running

php artisan config:publish laravel-packages/loaderio

Edit the config file to include your API Key

Related Packages

doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

631,580,251 9,707
laravel/framework

The Laravel Framework.

580,311,802 34,925
laravel/tinker

Powerful REPL for the Laravel framework.

489,754,436 7,444
laravel/serializable-closure

Laravel Serializable Closure provides an easy and secure way to serialize closur...

404,034,618 608
nunomaduro/collision

Cli error handling for console/command-line PHP applications.

384,821,166 4,658