isaackearl/laravel-doctrine-generators

A set of generators for Laravel Doctrine

1.0.6 2018-06-07 02:38 UTC

This package is not auto-updated.

Last update: 2024-04-14 02:40:13 UTC


README

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.