Skip to content

thomasruiz/laravel-sanity

Repository files navigation

Prerequisites

Install

This package can be installed through Composer.

composer require thomasruiz/laravel-sanity

You must install this service provider.

// config/app.php
'provider' => [
    LaravelSanity\LaravelSanityServiceProvider::class,
];

Usage

Example

$ php artisan sanity production
[app.env] expected to be "production", "local" found
[app.url] expected to NOT match "/localhost/", "http://localhost" found
[mail.driver] expected to NOT be "log", "log" found

About

Laravel sanity configuration checker for different environments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages