solomon-ochepa/user-module
最新稳定版本:v1.0.1
Composer 安装命令:
composer require solomon-ochepa/user-module
包简介
Laravel User module.
README 文档
README
Laravel Users module
Installation
composer require solomon-ochepa/user-module
Enable the module
php artisan module:enable
Run the artisan migration command
php artisan migrate
Required
- nwidart/laravel-modules - https://nwidart.com/laravel-modules/v6/introduction
Update composer.json
Add the following property to composer.json
"Modules\\": "Modules/"
"autoload": { "psr-4": { "App\\": "app/", "Database\\Factories\\": "database/factories/", "Database\\Seeders\\": "database/seeders/", "Modules\\": "Modules/" } }
Update composer autoload
composer dumpautoload
Recommended
- Replace
/config/modules.phpwith - https://drive.google.com/file/d/1y0RdfQ0LJ_12yxN5qHrZvIQqZJgWJhrd/view?usp=sharing - Replace
/stubs/nwidart-stubswith - https://drive.google.com/file/d/1-FuBcvv2JJtNBjVJIEW9jMh6wS-DJhJW/view?usp=sharing
统计信息
- 总下载量: 89
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-03-21