kmmtos/modules
Composer 安装命令:
composer require kmmtos/modules
包简介
Support for nwidart/laravel-modules in filamentphp
README 文档
README
Modules is a FilamentPHP Plugin to enable easy integration with nwidart/laravel-modules
NB: These docs are for v3, which only supports Filament 3. If you are using Filament v2, see the documentation here to get started.
Installation
Requirements:
- Filament >= 3
- PHP >= 8.1
- Laravel >= 9.0
- Livewire >= 3.0
- nwidart/laravel-modules >=10.0
Installation
- Ensure you have insalled and configured Laravel Modules (follow these instructions)
- Ensure you have installed and configured Filamentphp (follow these instructions)
- You can now install the package via composer:
composer require coolsam/modules
Usage
In this guide we are going to use the Blog module as an example
Create your laravel module:
If the module that you want to work on does not exist, create it using nwidart/laravel-modules
php artisan module:make Blog # Create the blog module
Generate a new Panel inside your module
php artisan module:make-filament-panel admin Blog # php artisan module:make-filament-panel [id] [module]
If none of the two arguments are passed, the command will ask for each of them interactively.
In this example, if the Panel id passed is admin and the module is blog, the command will generate a panel with
id blog::admin. This ID should be used in the next step when generating resources, pages and widgets.
Generate your resources, pages and widgets as usual, selecting the panel you just created above.
From here on, use filament as you would normally to generate resources, Pages and Widgets. Be sure to specify the --panel option as the ID generated earlier.
If the --panel option is not passed, the command will ask for it interactively.
# For each of these commands, the package will ask for the Model and Panel.
php artisan make:filament-resource
php artisan make:filament-page
php artisan make:filament-widget
# The Model and Panel arguments are passed inline
php artisan make:filament-resource Author blog::admin
php artisan make:filament-page Library blog::admin
php artisan make:filament-widget BookStats blog::admin
All Done! For each of the panels generated, you can navigate to your module-path/panel-path e.g blog/admin to acess your panel and links to resources and pages.
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.
kmmtos/modules 适用场景与选型建议
kmmtos/modules 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 10 次下载、GitHub Stars 达 0, 最近一次更新时间为 2023 年 08 月 28 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「modules」 「laravel」 「coolsam」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 kmmtos/modules 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 kmmtos/modules 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 kmmtos/modules 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
This is Paymorrow module for OXID eShop.
Add Nested comments/replies to filament forms, infolists and resources
Easy imports and exports in FilamentPHP using laravel-excel
Organize your Filament Code into modules using nwidart/laravel-modules
Analysis module for finding problematical shop data.
yii2 swiper slider
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 18
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-08-28