phpmv/ubiquity-annotations

Ubiquity 框架的 php 注解,由 mindplay/php-annotations 提供支持

安装量: 10,118

依赖者: 0

建议者: 0

安全性: 0

星级: 0

关注者: 2

分支: 1

公开问题: 0

类型:扩展

0.0.5 2022-02-19 18:40 UTC

This package is auto-updated.

Last update: 2024-09-20 00:22:59 UTC


README

Ubiquity 框架的 php 注解,由 mindplay/php-annotations 提供支持

由于 mindplay 注解尚未兼容 PHP8,您需要在项目的 composer.json 文件中添加一个修复程序

    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/phpMv/php-annotations"
        }
    ],
    "require-dev" : {
            "mindplay/annotations": "dev-php8-fix as 1.3.2",
    },

运行 composer update

如果有必要,请记住清除缓存(特别是 app/cache/annotations 文件夹中的注解缓存)。

Ubiquity clear-cache