laravel-doctrine-generators maintained by isaackearl
Description
A set of generators for Laravel Doctrine
Author
Last update
2018/08/29 15:58
(dev-master)
License
Downloads
74
Tags
laravel-doctrine-generators
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.