juling / think-devtools
Installs: 31
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/juling/think-devtools
Requires
- php: ^8.4
- topthink/framework: ^8.1
Requires (Dev)
- laravel/pint: ^1.24
- phpstan/phpstan: ^2.1
This package is auto-updated.
Last update: 2025-10-09 09:47:44 UTC
README
Juling DevTools 是一款开发辅助工具,帮助开发者实现功能的 CRUD 操作,快速实现业务落地。
安装
安装 think-devtools 工具 的 composer 包
composer require juling/think-devtools --dev
使用
工具初始化
php think gen:init
生成数据表实体类
php think gen:entity
生成数据表模型类
php think gen:model
生成数据表DAO类
php think gen:dao
生成数据表服务类
php think gen:service
其他
生成 swagger 接口文档
php think gen:swagger
生成请求和响应类接口(typescript interface)
php think gen:interface
License
Apache-2.0