thomasruiz / laravel-sanity
用于检查您的laravel配置的sanity检查器
dev-master
2016-12-07 15:38 UTC
Requires
- illuminate/console: ^5.2
- illuminate/support: ^5.2
Requires (Dev)
- phpunit/phpunit: ^5.7
This package is not auto-updated.
Last update: 2024-09-14 19:42:22 UTC
README
安装
此软件包可以通过Composer安装。
composer require thomasruiz/laravel-sanity
您必须安装此服务提供者。
// config/app.php 'provider' => [ LaravelSanity\LaravelSanityServiceProvider::class, ];
用法
示例
$ php artisan sanity production
[app.env] expected to be "production", "local" found
[app.url] expected to NOT match "/localhost/", "https://" found
[mail.driver] expected to NOT be "log", "log" found