raza9798/core-modules
最新稳定版本:1.3.5
Composer 安装命令:
composer require raza9798/core-modules
包简介
core-module is a Laravel package that streamlines modular development by organizing models, controllers, migrations, and policies under a clean namespace like Core/. It simplifies scaffolding and improves code separation for better project structure.
关键字:
README 文档
README
core-modules is a Laravel package that streamlines modular development by organizing models, controllers, migrations, and policies under a clean namespace like Core/. It simplifies scaffolding and improves code separation for better project structure.
🚀 Features
- Modular resource generation
- Creates models, controllers, migrations, and policies in namespaced structure
- Improves project organization and maintainability
- Ideal for large-scale or domain-driven Laravel applications
🛠 Project Configuration
composer require raza9798/core-modules
php artisan siteconfig:env-sync
php artisan module:make {module} {ResourceName}
📁 Directory Structure
app/
├── Models/
│ └── xx/
│ └── xxxx.php
├── Http/
│ └── Controllers/
│ └── xx/
│ └── xxxController.php
├── Policies/
│ └── xx/
│ └── xxxxPolicy.php
database/
└── migrations/
│ └── xx/
│ └── xxxx_xx_xx_create_xxxx_table.php
统计信息
- 总下载量: 58
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-04-29