2017 © Pedro Peláez
 

library laravel-package-manager

Package manager for Laravel 5+.

image

patinthehat/laravel-package-manager

Package manager for Laravel 5+.

  • Friday, July 7, 2017
  • by patinthehat
  • Repository
  • 1 Watchers
  • 6 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

## Laravel Package Manager

The Laravel Package Manager provides fast, yet simple management of packages for your Laravel project. It allows you to quickly install a package via composer, if necessary, and then automatically register any or all Service Providers and Facades provided by the package., (*1)


### Installation

To install, first install with composer:, (*2)

composer require patinthehat/laravel-package-manager

Then, register the service provider by editing config/app.php and adding:, (*3)

LaravelPackageManager\LaravelPackageManagerServiceProvider::class,

to the $providers array., (*4)

That's it! You now have access to the package manager commands through artisan., (*5)


### Usage

To install (via composer) a package and register any service providers or Facades it provides, use the package:require command:, (*6)

package:require <package-name> [-r|--register-only] [-d|--dev]

The --register-only option skips the composer installation step. The --dev option allows you to install the package in your development dependencies., (*7)

To unregister service providers and facades associated with a package, use the package:unregister command:, (*8)

package:unregister <package-name>

You will be prompted for each Service Provider and Facade, and asked if you would like to unregister it. This does not remove the package from your vendor/ directory., (*9)


### License

The Laravel Package Manager is open source software, available under the MIT License., (*10)

The Versions

07/07 2017

dev-master

9999999-dev https://permafrost-dev.com/laravel-package-manager/

Package manager for Laravel 5+.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Patrick Organ

laravel framework composer automation laravel-package

03/05 2017

0.1.0

0.1.0.0 https://permafrost-dev.com/laravel-package-manager/

Package manager for Laravel 5+.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Patrick Organ

laravel framework composer automation laravel-package