2017 © Pedro Peláez
 

composer-plugin comprovider

Comprovider is a composer plugin which provides to initialize automatically installed Laravel packages via Composer

image

yigitcukuren/comprovider

Comprovider is a composer plugin which provides to initialize automatically installed Laravel packages via Composer

  • Saturday, March 19, 2016
  • by yigitcukuren
  • Repository
  • 3 Watchers
  • 7 Stars
  • 18 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

ComProvider

ComProvider is a composer plugin which provides to initialize your installed Laravel packages via Composer automatically., (*1)

Installation

composer require yigitcukuren/comprovider

Usage

Just add these block in your app/config.php, (*2)

/*
 * Application Service Providers...
 */
App\Providers\AppServiceProvider::class,
..

/*
  * ComProvider
*/

ComProvider adds Service Provider of packages automatically., (*3)

After You Installed a Laravel Package

Latest version will be your app/config.php like that!, (*4)

/*
 * Application Service Providers...
 */
App\Providers\AppServiceProvider::class,
..

/*
  * ComProvider
*/
VendorName\Package\PackageServiceProvider::class, // vendorname/package

That's it!, (*5)

The Versions

19/03 2016

dev-master

9999999-dev http://github.com/yigitnerukuc/comprovider

Comprovider is a composer plugin which provides to initialize automatically installed Laravel packages via Composer

  Sources   Download

BSD

The Requires

  • composer-plugin-api ^1.0

 

The Development Requires

comprovider yigitnerukuc

19/03 2016

v0.0.1

0.0.1.0 http://github.com/yigitnerukuc/comprovider

Comprovider is a composer plugin which provides to initialize automatically installed Laravel packages via Composer

  Sources   Download

BSD

The Requires

  • composer-plugin-api ^1.0

 

The Development Requires

comprovider yigitnerukuc