allmega / meeting
适用于Allmega CMS的会议管理系统
v1.0.0
2024-09-19 13:08 UTC
Requires
- php: ^8.2
- ext-dom: *
- ext-json: *
- allmega/blog: ^1.0
This package is auto-updated.
Last update: 2024-09-19 13:08:24 UTC
README
请确保已全局安装Composer,具体请参考Composer文档中的安装章节。
使用Symfony Flex的应用程序
打开命令行,进入您的项目目录,并执行以下命令
$ composer require allmega/meeting
未使用Symfony Flex的应用程序
步骤1:下载Bundle
打开命令行,进入您的项目目录,并执行以下命令以下载此Bundle的最新稳定版本
$ composer require allmega/meeting
步骤2:启用Bundle
然后,通过将其添加到项目config/bundles.php
文件中注册的Bundle列表中来启用Bundle
// config/bundles.php
return [
// ...
Allmega\MeetingBundle\AllmegaMeetingBundle::class => ['all' => true],
];
步骤3:注册Bundle
如果Bundle allmega/blog
之前未安装,请参阅该Bundle的安装说明
随后打开命令行,进入您的项目目录,并执行
$ yarn encore prod