Skip to content

ComProvider is a composer plugin which provides to initialize your installed Laravel packages via Composer automatically.

Notifications You must be signed in to change notification settings

yigitnerukuc/comprovider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

ComProvider

ComProvider is a composer plugin which provides to initialize your installed Laravel packages via Composer automatically.

Installation

composer require yigitcukuren/comprovider

Usage

Just add these block in your app/config.php

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

/*
  * ComProvider
*/

ComProvider adds Service Provider of packages automatically.

After You Installed a Laravel Package

Latest version will be your app/config.php like that!

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

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

That's it!

About

ComProvider is a composer plugin which provides to initialize your installed Laravel packages via Composer automatically.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages