Looking to hire Laravel developers? Try LaraJobs

laravel-smart-gii maintained by rockyfc

Description
laravel gii项目,生成符合规范的CURD代码
Author
Last update
2025/11/10 09:57 (dev-master)
License
Links
Downloads
141
Tags

Comments
comments powered by Disqus

laravel-smart-gii

根据程序逻辑自动生成laravel curd程序,生成的程序支持laravel-smart-apidoc生成文档。

###安装方法

命令行执行:

composer require --dev rockyfc/laravel-smart-gii

注:只在开发环境安装即可。

在命令行执行如下命令:

php artisan smart:install-gii

完成安装,访问 http://xxx.xx/smart-gii 查看首页。