Libraries tagged by generate repositories
idtitanium/laravel-api-interface-gen
689 Downloads
A useful artisan command to generate an interface and its repository while building your api
digilive/git-changelog
129 Downloads
Generate a changelog from git commits of the local repository
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
6 Downloads
A Laravel package to generate repositories with auto binding
nikidze/laravel-repository-generator
17 Downloads
Generate Repository from Eloquent models
mveabraham/repository-generator
46 Downloads
Generate Repository from Eloquent models
khaledweka/repository-generator
6 Downloads
A Laravel package to generate repository pattern files based on models
antoiner/laravel-repositories-command
1 Downloads
Command for Laravel to generate repositories of each model
veseluy-rodjer/laravel-repository-generator
1015 Downloads
Generate Laravel repositories
thantzin-soe/laravel-repository-generator
7 Downloads
Generate laravel repositories
raviyatechnical/laravel-repository-generator
8 Downloads
Generate Laravel Repositories | Laravel Dependency Injection
pecepl/timwassenburg-laravel-repository-generator
8 Downloads
Generate Laravel repositories
techrays-labs/laravel-service-repository-generator
918 Downloads
A powerful and flexible Laravel package that simplifies the implementation of the Service-Repository design pattern. Generate Service and Repository classes with ease, customize their namespace and path, and streamline your application's architecture.
mmurattcann/repository-generator
21 Downloads
You can easily generate interface and class for resository with given model name. Created class implements created interface and they have methods to do basic operations like store(), getAll(), etc.
guazixigua/generate_code
0 Downloads
Laravel 5 - Repositories to the database layer