raza9798/core-modules 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-04-29