定制 componist/helper 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

componist/helper

Composer 安装命令:

composer require componist/helper

包简介

....coming soon

README 文档

README

  • show Modal fillable array , casts array
  • show Validation settings from database table
  • create Migration from database table
  • get database schema
  • snippest for GRUD, PEST
  • create blueprint yaml from database
  • create Laravel Modal from database schema
  • edit database schema / create / delete/ reorder columns
  • routing testing
  • clear or delete database
  • create robots.txt file
  • create sitemap file from all public routes
  • show all register commands
  • job liste with run job
  • get .env
  • get config files
  • show logs

This package is only intended for developers and in the local system.

if (env('APP_DEBUG') === true) {
  // routings
}

install

#1. copy this folder in root/packages/componist

#2. in your composer.json include to autoload -> psr-4

//.....
"autoload": {
        "psr-4": {
            "App\\": "app/",
            "Database\\Factories\\": "database/factories/",
            "Database\\Seeders\\": "database/seeders/",
           
            "Componist\\Helper\\": "packages/componist/helper/src",
           
        }
    },
//.....

#3. in your root/bootstrap/providers.php

return [
    
    Componist\Helper\HelperServiceProvider::class,
   
];

#4. show in url with

https://your-url/helper

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: Blade

其他信息

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