mmartinjoo/junior
最新稳定版本:0.1.4
Composer 安装命令:
composer require mmartinjoo/junior
包简介
Junior is a Laravel artisan command that writes code for you
README 文档
README
Junior is a Laravel artisan command that writes code for you
- Install the package as a
devdependency:
composer require mmartinjoo/junior --dev
- Publish the configuration file:
php artisan vendor:publish --provider="Mmartinjoo\Junior\JuniorServiceProvider"
- Register at Junior.dev
- Create an API key
- Add the API key to your
.envfile:
JUNIOR_API_KEY=your-api-key
Usage
Junior can generate you basic CRUD code, including:
- Models
- Factories
- Migrations
- Controllers
- Resources
- Requests
- Tests
You need to run the following command:
php artisan junior make:crud
If you only need a model with migrations and factories, you can run:
php artisan junior make:model
If you only need a factory for an existing model, you can run:
php artisan junior make:factory
Junior will create the new files in the standard Laravel folders such as app/Models/MyModel.php or app/Http/Controllers/MyController.php. At the moment, it doesn't work with custom structures, so you need to manually move the generated files.
统计信息
- 总下载量: 23
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-02-26