2017 © Pedro Peláez
 

library packager

Automagic package installer. One line of code to publish.

image

chriscubos/packager

Automagic package installer. One line of code to publish.

  • Saturday, September 3, 2016
  • by chriscubos
  • Repository
  • 2 Watchers
  • 1 Stars
  • 15 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Packager

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

Make Laravel Packages faster., (*2)

Install

Via Composer, (*3)

``` bash $ composer require chriscubos/packager, (*4)


## Usage ``` php <?php namespace Vendor\Package; class ServiceProvider extends \Chriscubos\Packager\ServiceProvider { public function boot() { $this->publishAll(); } }

Change log

Please see CHANGELOG for more information what has changed recently., (*5)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*6)

Security

If you discover any security related issues, please email chriscubos@outlook.com instead of using the issue tracker., (*7)

Credits

License

The MIT License (MIT). Please see License File for more information., (*8)

The Versions

03/09 2016

dev-master

9999999-dev https://github.com/chriscubos/packager

Automagic package installer. One line of code to publish.

  Sources   Download

MIT

The Requires

  • php ~5.3|~7.0

 

by Ethan Sky Cubos

packagist service provider chriscubos laravel package builder packager package class

03/09 2016

1.0.0

1.0.0.0 https://github.com/chriscubos/packager

Automagic package installer. One line of code to publish.

  Sources   Download

MIT

The Requires

  • php ~5.3|~7.0

 

by Ethan Sky Cubos

packagist service provider chriscubos laravel package builder packager package class