baks-dev / core

Core 模块

安装: 292

依赖: 64

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

语言:JavaScript

类型:symfony-bundle

v7.1.58 2024-09-22 19:22 UTC

README

Version php 8.3+

Core 模块

安装

$ composer require baks-dev/core

配置

建议在项目的 composer.json 文件中添加自动执行命令的章节

"scripts": {
    "auto-scripts": {
        "baks:assets:install": "symfony-cmd",
        "baks:cache:clear": "symfony-cmd"
    },
    "post-install-cmd": [
        "@auto-scripts"
    ],
    "post-update-cmd": [
        "@auto-scripts"
    ]
}

在项目根目录下,在 .env 文件中指定主域名设置

###> HOST ###
HOST=domain.exemple

要转换图像文件为 WEBP 格式,安装模块 Files Cdn

测试

$ php bin/phpunit --group=core

许可证 License

MIT 许可证 (MIT)。更多详细信息请参阅 许可证文件