unlimited/repository-design-pattern-laravel

5.5 2023-06-23 19:48 UTC

This package is auto-updated.

Last update: 2024-04-23 21:41:06 UTC


README

#Repository design pattern Laravel

Foobar is a Python library for dealing with word pluralization.

Installation

Use the package manager Composer to install repository-design-pattern-laravel.

composer require unlimited/repository-design-pattern-laravel

Config

add blow line to providers list in config/app.php

Unlimited\Repository\RepositoryServiceProvider::class,

Usage

php artisan repository:create RepositoryName

u can use --resource

php artisan repository:create RepositoryName --resource

License

MIT