这是OpenDialog Webchat软件包,其中包含基于vue的Webchat机器人,API和Webchat设置的数据库配置。 为当地发展做好准备 该应用程序旨在使用进行工作。请按照此处的说明设置容器。 应从workspace容器中运行测试。 运行代码嗅探器 要运行代码嗅探器,请运行以下命令./vendor/bin/phpcs --standard=od-cs-ruleset.xml src/ --ignore=*/migrations/*,*/tests/* 吉特·胡克斯 要设置包含的git pre-commit钩子,首先通过运行以下命令确保pre-commit脚本是可执行的 chmod +x .githooks/pre-commit 然后通过运行以下命令,将本地git配置为使用此目录进行git hook: git config core.hooksPath .githooks/