byancode / congruent
该软件包最新版本(dev-master)没有提供许可信息。
dev-master
2021-01-29 18:41 UTC
Requires
- byancode/settings: ^1.0.2
- fidum/laravel-eloquent-morph-to-one: ^1.0
This package is auto-updated.
Last update: 2024-09-29 05:42:49 UTC
README
.....
入门
1. 安装
运行以下命令
composer require byancode/congruent
2. 注册(对于Laravel > 6.0)
在 config/app.php
文件中注册服务提供者
Byancode\Congruent\Providers\Service::class,
3. 发布
发布配置文件。
php artisan vendor:publish --provider="Byancode\Congruent\Providers\Service" --force
4. 配置
您可以从 config/congruent.php
文件更改应用程序的选项