pretendtrue / laravel-builder
Laravel 代码生成工具
v1.0.0-alpha.1
2021-01-08 07:56 UTC
Requires
- php: ^7.3
- laravel/framework: ^8.0
This package is auto-updated.
Last update: 2025-04-08 17:16:16 UTC
README
Laravel 代码生成工具.
安装
可以使用 Composer 将 Builder 安装到你的 Laravel 项目里:
$ composer require pretendtrue/laravel-builder -vvv
Builder 安装之后,使用 builder:install
Artisan 命令发布资源:
$ php artisan builder:install
使用
安装后,打开您的网站 http://your_host/builder
,您可以在生成的 config/builder
文件中,修改您的访问地址
升级
升级到新的 Builder 版本时,您应该重新发布 Builder 资源:
$ php artisan builder:publish
Contributing
You can contribute in one of three ways:
- File bug reports using the issue tracker.
- Answer questions or fix bugs on the issue tracker.
- Contribute new features or update the wiki.
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.
License
MIT