allmega/meeting

适用于Allmega CMS的会议管理系统

安装: 90

依赖项: 0

建议者: 0

安全性: 0

类型:symfony-bundle

v1.0.0 2024-09-19 13:08 UTC

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

Bundle已准备好使用!