2017 © Pedro Peláez
 

library laravel-environment-loader

Deferred loading / dev dependency loading for Laravel 5.X projects

image

somnambulist/laravel-environment-loader

Deferred loading / dev dependency loading for Laravel 5.X projects

  • Saturday, September 2, 2017
  • by dredfern
  • Repository
  • 1 Watchers
  • 0 Stars
  • 457 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 5 % Grown

The README.md

This project is no longer being maintained., (*1)

Laravel Environment Loader

Package for Laravel 5.X projects that allows loading providers based on environment or debug level set., (*2)

Requirements

  • PHP 5.5+
  • laravel 5.1+

Installation

Install using composer, or checkout / pull the files from github.com., (*3)

  • composer require somnambulist/laravel-environment-loader

Setup / Getting Started

  • add \Somnambulist\EnvironmentLoader\ServiceProvider::class to your config/app.php
  • the provider should occur before any of your own providers, and as far up as possible
  • ./artisan vendor:publish
  • customise the providers you want to load to the environments you want them in
  • remove those providers from your main app.php config

The Versions

02/09 2017

dev-master

9999999-dev

Deferred loading / dev dependency loading for Laravel 5.X projects

  Sources   Download

MIT

The Requires

 

laravel environment service provider

15/03 2017

0.1.3

0.1.3.0

Deferred loading / dev dependency loading for Laravel 5.X projects

  Sources   Download

MIT

The Requires

 

laravel environment service provider

04/02 2017

0.1.2

0.1.2.0

Deferred loading / dev dependency loading for Laravel 5.X projects

  Sources   Download

MIT

The Requires

 

laravel environment service provider

06/08 2016

0.1.1

0.1.1.0

Deferred loading / dev dependency loading for Laravel 5.X projects

  Sources   Download

MIT

The Requires

 

laravel environment service provider

19/03 2016

0.1.0

0.1.0.0

Deferred loading / dev dependency loading for Laravel 5.X projects

  Sources   Download

MIT

The Requires

 

laravel environment service provider