LaravelPackages.net
Acme Inc.
Toggle sidebar
isaackearl/laravel-doctrine-generators

A set of generators for Laravel Doctrine

74
0
1.0.6
About isaackearl/laravel-doctrine-generators

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

laravel-doctrine-generators

Latest Version on Packagist Software License Build Status Total Downloads

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.

Star History Chart