PHPackages                             itedo/itedo-make - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. itedo/itedo-make

ActiveLibrary[CLI &amp; Console](/categories/cli)

itedo/itedo-make
================

Based on laravel auto make commands

v0.1.4(4y ago)0103BSD-3-ClausePHPPHP ^7.0

Since Aug 3Pushed 4y ago1 watchersCompare

[ Source](https://github.com/hzp0szl/itedo-make)[ Packagist](https://packagist.org/packages/itedo/itedo-make)[ RSS](/packages/itedo-itedo-make/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (4)DependenciesVersions (5)Used By (0)

itedo-make
==========

[](#itedo-make)

```
composer require itedo/itedo-make

```

### config/app.php 加配置

[](#configappphp-加配置)

```
ItedoMake\Provider\MakeServiceProvider::class,

```

#### 自定义命令

[](#自定义命令)

根据业务需求，重写常用命令。以方便快捷生成开发文件 命令介绍用法make:auto-controller创建资源控制器命令`php artisan make:auto-controller Admin`make:auto-request创建请求校验命令`php artisan make:auto-request Admin`make:auto-resource创建资源返回命令`php artisan make:auto-resource Admin`clearAll清楚所有缓存命令`php artisan clearAll`make:auto-make创建资源集合命令`php artisan make:auto-make Admin`\*注意： make:auto-make命令会生成三个文件

```
├── app
|   ├── Http
|   	├── Controllers
|   		├── AdminControllers.php		#命令生成控制器
|   	├── Requests
|   		├── AdminRequest.php			#命令生成请求校验类
|   	├── Resources
|   		├── AdminResource.php			#命令生成资源返回类
```

#### 常用命令

[](#常用命令)

整理部分常用命令 命令介绍用法make:migration创建数据迁移表`php artisan make:migration CreateAdminTable`migrate执行数据表迁移`php artisan migrate Admin`make:model创建数据模型`php artisan make:model Admin`make:command创建命令定时事务`php artisan make:command Admin`make:event创建事件`php artisan make:event Admin`make:job创建队列任务`php artisan make:job Admin`make:listener创建监听器`php artisan make:listener Admin`make:observer创建观察者`php artisan make:observer Admin`make:notification创建通知驱动类`php artisan make:notification Admin`make:provider创建服务提供者`php artisan make:provider Admin`make:rule创建规则类`php artisan make:rule Admin`make:test创建单元测试`php artisan make:test Admin`

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~35 days

Total

4

Last Release

1643d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e92104b69b488e82f89111b148d683e0d7cb3205c174358dddab4da8fb7ce207?d=identicon)[itedo.cn](/maintainers/itedo.cn)

---

Top Contributors

[![gz-xininn](https://avatars.githubusercontent.com/u/277608629?v=4)](https://github.com/gz-xininn "gz-xininn (8 commits)")[![hzp0szl](https://avatars.githubusercontent.com/u/25895643?v=4)](https://github.com/hzp0szl "hzp0szl (8 commits)")[![ape-chen](https://avatars.githubusercontent.com/u/28519644?v=4)](https://github.com/ape-chen "ape-chen (1 commits)")

### Embed Badge

![Health badge](/badges/itedo-itedo-make/health.svg)

```
[![Health](https://phpackages.com/badges/itedo-itedo-make/health.svg)](https://phpackages.com/packages/itedo-itedo-make)
```

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

5.0k17.2M320](/packages/wp-cli-wp-cli)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M19](/packages/consolidation-annotated-command)[chi-teck/drupal-code-generator

Drupal code generator

26947.8M5](/packages/chi-teck-drupal-code-generator)[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24725.8M17](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
