colbeh / consts
laravel 表格常量生成器
v1.1.1
2024-09-08 06:05 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