colbeh/consts

laravel 表格常量生成器

安装: 115

依赖: 0

建议者: 0

安全: 0

星标: 1

关注者: 2

分支: 0

开放问题: 0

类型:laravel-package

v1.1.1 2024-09-08 06:05 UTC

This package is auto-updated.

Last update: 2024-09-08 06:08:04 UTC


README

1- 使用 Composer 需要 colbeh/consts

2- 确保您有 app/Extras/consts.php 并将其添加到 composer.json 中

    ...
    
    "autoload": {
            "files":[
                ...
                "app/Extras/consts.php"
                ...
            ]
        },
        
    ...

3- 前往

    domain.com/builder

4- 添加 consts 文件

    php artisan vendor:publish --provider="Colbeh\Consts\ServiceProvider" --tag=app

升级

    composer require colbeh/consts:x.x.x