erfanwd/laravel-repository-pattern
最新稳定版本:v2.0.1
Composer 安装命令:
composer require erfanwd/laravel-repository-pattern
包简介
A Laravel package to auto-generate repositories and interfaces based on models
README 文档
README
A lightweight Laravel package to generate repository and interface files with automatic binding and provider registration.
📦 Installation
Install the package via Composer:
composer require erfanwd/laravel-repository-pattern
Usage
publish provider using:
php artisan vendor:publish --tag=repository-base
then simply:
php artisan make:repository ModelName
you can use this command for all of your models:
php artisan make:repository --sync
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-07-20