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
其他信息
- 授权协议: MIT
- 更新时间: 2023-10-01