rish-0593/testing

此项目用于测试目的。

安装: 14

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

公开问题: 0

语言:Blade

v0.0.8 2023-04-01 11:33 UTC

This package is auto-updated.

Last update: 2024-10-01 00:15:00 UTC


README

composer require rish-0593/testing

在您的 config/app.php 文件中手动添加服务提供者

'providers' => [
    // ...
    Rish0593\Testing\TestingServiceProvider::class,
]

运行迁移

php artisan migrate

要发布配置,运行 vendor publish 命令

php artisan vendor:publish --provider="Rish0593\Testing\TestingServiceProvider" --tag=config

许可证

这是一个开源软件,根据MIT许可证授权。