davion153808/mini-crud-generator 问题修复 & 功能扩展

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

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

davion153808/mini-crud-generator

Composer 安装命令:

composer require davion153808/mini-crud-generator

包简介

Mini CRUD Generator

README 文档

README

Installation

You can install this package via composer:

composer require davion153808/mini-crud-generator:dev-main

after installation was done. Add in " app.php ":

Davion153808\MiniCRUDGenerator\MiniCRUDGeneratorServiceProvider::class,

and after you can run following command to publish config files:

php artisan vendor:publish --tag=config

⚙️ Configuration

for configure this package go to config/minicrud.php and if you want to customize namespace you can do like this

<?php  
  
return [
    'namespace' => 'Laravel',
    'modules' => 'modules',
];

add line in composer.json autoload block

"autoload": {
        "psr-4": {
            // 
            "Laravel\\": "modules/"
        }
    },

and then

composer dump-autoload

Usage

php artisan make:coreFeature--all 

php artisan make:coreFeature--logic

php artisan make:coreFeature--view

Credits

📜 License

The MIT License (MIT). Please see License File for more information.

Packagist

This package was register and publish at ( https://packagist.org/ )

统计信息

  • 总下载量: 122
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-09-10