| Package Data | |
|---|---|
| Maintainer Username: | chriscubos |
| Maintainer Contact: | chriscubos@outlook.com (Christopher John Cubos) |
| Package Create Date: | 2016-09-02 |
| Package Last Update: | 2016-09-03 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-30 03:16:40 |
| Package Statistics | |
|---|---|
| Total Downloads: | 41 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 1 |
| Total Watchers: | 2 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Make Laravel Packages faster.
Via Composer
$ composer require chriscubos/packager
<?php
namespace Vendor\Package;
class ServiceProvider extends \Chriscubos\Packager\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.