Skip to content
This repository has been archived by the owner on Nov 18, 2020. It is now read-only.

自动创建 Framework 内容和模型,模板资源

License

Notifications You must be signed in to change notification settings

hyper-tool/laravel-plus-make

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaravelPlusMake

LaravelPlusMake

Latest Stable Version Total Downloads License

使用说明

安装

composer require php-tool/laravel-plus-make

使用

 php artisan make:framework Test  // 创建分层结构
 php artisan make:framework Test --basis  // 创建系统分层和主要分层结构(Controller, Service, Repository)
 php artisan make:framework Test --D // 删除分层结构