A set of generators for Laravel Doctrine
isaackearl/laravel-doctrine-generators is a Laravel package for a set of generators for laravel doctrine.
It currently has 0 GitHub stars and 74 downloads on Packagist (latest version 1.0.6).
Install it with composer require isaackearl/laravel-doctrine-generators.
Discover more Laravel packages by isaackearl
or browse all Laravel packages to compare alternatives.
Last updated
A set of generators for Laravel Doctrine. Right now it only has a simple repository generator.
Via Composer
$ composer require isaackearl/laravel-doctrine-generators
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.
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
The MIT License (MIT). Please see License File for more information.