abndevs/laravel-modules
最新稳定版本:1.0.1
Composer 安装命令:
composer require abndevs/laravel-modules
包简介
Laravel Module management
README 文档
README
| Laravel | laravel-modules |
|---|---|
| 9.0 | ^1.0 |
Install
To install through Composer, by run the following command:
composer require abndevs/laravel-modules
The package will automatically register a service provider and alias.
Optionally, publish the package's configuration file by running:
php artisan vendor:publish --provider="AbnDevs\Modules\LaravelModulesServiceProvider"
Autoloading
By default, the module classes are not loaded automatically. You can autoload your modules using psr-4. For example:
{
"autoload": {
"psr-4": {
"App\\": "app/",
"Modules\\": "Modules/",
"Database\\Factories\\": "database/factories/",
"Database\\Seeders\\": "database/seeders/"
}
}
Tip: don't forget to run composer dump-autoload afterwards.
Documentation
You'll find installation instructions and full documentation on https://docs.laravelmodules.com/.
Credits
About Bishwajit Adhikary
Bishwajit Adhikary is a freelance web developer specialising on the Laravel framework. View all my packages on my website.
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-01-25