unlimited/repository-design-pattern-laravel is a Laravel package for repository_pattern.
It currently has 5 GitHub stars and 2.512 downloads on Packagist (latest version 5.5).
Install it with composer require unlimited/repository-design-pattern-laravel.
Discover more Laravel packages by unlimited
or browse all Laravel packages to compare alternatives.
Last updated
#Repository design pattern Laravel
Foobar is a Python library for dealing with word pluralization.
Use the package manager Composer to install repository-design-pattern-laravel.
composer require unlimited/repository-design-pattern-laravel
add blow line to providers list in config/app.php
Unlimited\Repository\RepositoryServiceProvider::class,
php artisan repository:create RepositoryName
u can use --resource
php artisan repository:create RepositoryName --resource