soukar/larepo
最新稳定版本:v0.2.2
Composer 安装命令:
composer require soukar/larepo
包简介
Laravel Repository Pattern Generator
README 文档
README
Larepo is a Laravel package designed to simplify the implementation of the Repository Pattern and DTO (Data Transfer Objects) in your Laravel applications. It provides a structured and clean way to organize your application's business logic, making your code more maintainable, testable, and scalable.
Features
- Repository Pattern: Easily create and manage repositories to abstract database logic.
- DTO (Data Transfer Objects): Create and use DTOs to encapsulate and transfer data between layers of your application.
- Artisan Commands: Generate repositories, DTOs, and interfaces with simple Artisan commands.
- Customizable: Extend and customize repositories and DTOs to fit your application's needs.
Installation
You can install the package via Composer:
composer require soukar/larepo
After installing the package, publish the configuration file (optional):
php artisan vendor:publish --tag="larepo"
统计信息
- 总下载量: 63
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-03-03