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-11-19 03:20:10 |
Package Statistics | |
---|---|
Total Downloads: | 15 |
Monthly Downloads: | 2 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Make Laravel Packages faster.
Via Composer
$ composer require chriscubos/pckgr
<?php
namespace Vendor\Package;
class ServiceProvider extends \Chriscubos\Pckgr\ServiceProvider
{
public function boot()
{
$this->publishAll();
}
}
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING and CONDUCT for details.
If you discover any security related issues, please email chriscubos@outlook.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.