isaackearl/laravel-doctrine-generators
Composer 安装命令:
composer require isaackearl/laravel-doctrine-generators
包简介
A set of generators for Laravel Doctrine
README 文档
README
Description
A set of generators for Laravel Doctrine. Right now it only has a simple repository generator.
Install
Via Composer
$ composer require isaackearl/laravel-doctrine-generators
Usage
php artisan doctrine:make:repository User // this will make a UserRepository (interface) // and a DoctrineUserRepository (implementation) // it will also generator a service provider if it is your first repository.
Change log
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 74
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-05-08