用于存储应用程序配置的包
github.com/Kamandlou/laravel-config
源代码
问题
安装: 24
依赖者: 0
建议者: 0
安全性: 0
星星: 0
关注者: 1
分支: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
MIT 034817f87827fe120fb7ca86db587ae8368eb85d
configlaravel
This package is auto-updated.
Last update: 2024-09-15 11:21:28 UTC
将应用程序配置存储在数据库中的包
使用Composer安装此包及其依赖项
composer require kamandlou/laravel-config
使用Artisan命令发布包迁移
php artisan vendor:publish --tag=laravel-config-migrations
运行
php artisan migrate