Libraries tagged by generator repository laravel
ynsinc/make-ris
56 Downloads
Provides Artisan commands to generate Repository, Interface, and Service classes, simplifying the use of the Repository pattern in Laravel.
antoiner/laravel-repositories-command
1 Downloads
Command for Laravel to generate repositories of each model
waad/generate-design-pattern
4 Downloads
package to generate repository design pattern dev
shakib53626/laravel-repository-maker
3 Downloads
The shakib53626/laravel-repository-maker package provides a simple and efficient way to implement the Repository Design Pattern in Laravel projects. With a custom Artisan command (make:repository), developers can automatically generate repository classes with pre-defined methods like index, store, update, and delete. This tool is designed to enhance modularity, promote clean architecture, and save development time.
sonmez/laravel-rsc
3 Downloads
package that contains a command to generate base repositories and services for model
simlux/laravel-bakery
16 Downloads
Useful interactive artisan commands to generate models, repositories, migrations, seeds, factories and views.
clabsid/easy-laravel-package
19 Downloads
Easy package for create repository, service, traits, view from artisan and generate custom ID
taha-davari/laravel-easy-service-repo
2 Downloads
A Laravel package to easily generate service and repository classes with interfaces.
guazixigua/generate_code
0 Downloads
Laravel 5 - Repositories to the database layer
mahdiaslami/laravel-nginx
2 Downloads
Save nginx config to your repository and dynamically generate it.
hassanejazpvt/laravel-csr
3 Downloads
This package makes it possible to generate a controller, service, repository, model and migration all in 1 command
idtitanium/laravel-api-interface-gen
686 Downloads
A useful artisan command to generate an interface and its repository while building your api
nfunwigabga/lara-repo
10 Downloads
Generate repositories in a Laravel application
hirodev/base-design-patterns
79 Downloads
This package used to generate repositories, service, interface in laravel
io-digital/repo
2170 Downloads
Easily generate the Repository Pattern in Laravel