2017 © Pedro Peláez
 

library loaderio

image

laravel-packages/loaderio

  • Monday, September 16, 2013
  • by thomaswelton
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Build Status Latest Stable Version Total Downloads Bitdeli Badge, (*1)

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

Installation

Update your composer.json file to include this package as a dependency, (*3)

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

Register the Loaderio service provider by adding it to the providers array in the app/config/app.php file., (*4)

LaravelPackages\Loaderio\LoaderioServiceProvider

Configuration

Copy the config file into your project by running, (*5)

php artisan config:publish laravel-packages/loaderio

Edit the config file to include your API Key, (*6)

The Versions

16/09 2013

dev-master

9999999-dev

  Sources   Download

The Requires