Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否可以在 octoberCMS 插件中获取插件版本号,以及如何完成。我一直在谷歌上寻找这个,但似乎找不到任何关于这个主题的东西。
我正在尝试在控制器中获取号码,但如果有可能以任何其他方式听到,那就太好了。
提前致谢。
@Jasper de Vries 您可以在插件的version.yaml file更新目录下检查插件的版本。
version.yaml file
示例代码:
\System\Models\PluginVersion::getVersion('RainLab.Builder')
注意插件代码参数区分大小写。