chriscubos / pckgr by chriscubos

Automagic package installer. One line of code to publish.
13
0
2
Package Data
Maintainer Username: chriscubos
Maintainer Contact: chriscubos@outlook.com (Christopher John Cubos)
Package Create Date: 2016-09-02
Package Last Update: 2016-09-02
Language: PHP
License: MIT
Last Refreshed: 2024-04-23 03:11:07
Package Statistics
Total Downloads: 13
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

Pckgr

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

Make Laravel Packages faster.

Install

Via Composer

$ composer require chriscubos/pckgr

Usage

<?php

namespace Vendor\Package;

class ServiceProvider extends \Chriscubos\Pckgr\ServiceProvider
{
    public function boot()
    {
        $this->publishAll();
    }
}

Change log

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

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

Credits

License

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