Libraries tagged by generate repositories
waad/laravel-generate-repository-api
62 Downloads
package to generate repository design pattern with all accessories
irfan-chowdhury/repository-maker
11 Downloads
This package will generate the necessary files for the repository design pattern environment.
kajalpandya/generate_laravel_crud
1473 Downloads
Run command in terminal and make ready made crud for your entity
felipedamacenoteodoro/makeservicerepository
177 Downloads
Generate service and repository file and interface
hariadi/laravel-boilerplate-generator
603 Downloads
Generate Model, attribute, relation, scope trait and repository for Laravel Boilerplate
rmitesh/laravel-pantry
52 Downloads
To generate a Laravel class equipped with essential default features.
kristijorgji/db-to-php
3474 Downloads
A library to generate application code based on database definition.
hirenmangukiya/autocrud
85 Downloads
Generate CRUD code for given database
ynsinc/make-ris
76 Downloads
Provides Artisan commands to generate Repository, Interface, and Service classes, simplifying the use of the Repository pattern in Laravel.
maamun7/serpository
42 Downloads
Generate service, repositories and inject them by an artisan command for scalable laravel application.
ceddyg/clara-entity-generator
504 Downloads
Repository to generate a CRUD system (Controller, model, repository, view using bootstrap, and more) scanning the shema of the database.
digilive/git-changelog
126 Downloads
Generate a changelog from git commits of the local repository
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.
ravisaini/laravel-repository-generator
3 Downloads
A Laravel package to generate repositories with auto binding