laravel-packages/loaderio is a Laravel package.
It currently has 0 GitHub stars and 7 downloads on Packagist.
Install it with composer require laravel-packages/loaderio.
Discover more Laravel packages by laravel-packages
or browse all Laravel packages to compare alternatives.
Last updated
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.
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
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