指南
- 介绍
- Contribute
- 部署
- 管理
- 高级
内部文档
扩展
- Main 核心概念
- 参考指南
- 进阶指南
- 更新指南
本地扩展
如果您想要在没有分发整个扩展的情况下自定义您的站点, 您可以通过使用 本地扩展 来做到这一点。 Each Flarum installation comes with an extend.php
file where you can add extender instances, just like in a full extension.
See our extension documentation for more information about extenders (and even an example of a local extender).
If you need to create new files (when adding a custom class to be imported for extenders), you'll need to adjust your composer.json a bit. Add the following:
"autoload": {
"psr-4": {
"App\\": "app/"
}
},
Now you can create new PHP files in an app
subdirectory using the App\...
namespace.
Local extenders can be good for small tweaks, but if you need large customizations, an extension might be a better choice: a separate codebase, cleaner handling of many files, developer tooling, and the ability to easily open source are big benefits.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论