承接 sabers/modules-manager 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

sabers/modules-manager

Composer 安装命令:

composer require sabers/modules-manager

包简介

A Laravel package for managing modules.

README 文档

README

Modules Manager is a Laravel package that simplifies the management of modules in your Laravel applications.

Installation

Require this package with composer. It is recommended to only require the package for development.

composer require sabers/modules-manager

Next, publish the package's configuration file and assets using the following Artisan command:

php artisan vendor:publish --tag="modules-manager"

After publishing the configuration, make sure to run the install command , this will setup layouts , install frnt and back end packages revolving around the tallStack

php artisan tallStack:install

After the instalation, make sure to install the required frontend dependencies and compile the assets:

npm install
npm run dev

Now, add the following line to the PSR-4 autoload section in your composer.json file:

"autoload": {
    "psr-4": {
        "Modules\\": "Modules/" // this should be added
    }
},

After adding the line, run the following command to autoload the new classmap:

composer dump-autoload

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-10-01