| Package Data | |
|---|---|
| Maintainer Username: | jun3 |
| Maintainer Contact: | zhoujun3372@gmail.com (哲学) |
| Package Create Date: | 2019-06-19 |
| Package Last Update: | 2019-07-31 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-27 03:18:59 |
| Package Statistics | |
|---|---|
| Total Downloads: | 695 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 2 |
| Total Watchers: | 0 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
$ composer require jun3/lumen-make -vvv
在 bootstrap/app.php 中 82 行左右:
$app->register(Jun3\LumenMake\ServiceProvider::class);
make:job {name}
make:task {name}
make:model {name}
make:event {name}
make:logic {name}
make:service {name}
make:console {name}
make:provider {name}
make:listener {name}
make:exception {name}
make:controller {name}
make:middleware {name}
You can contribute in one of three ways:
The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.
MIT