Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 516 Bytes

README.MD

File metadata and controls

26 lines (21 loc) · 516 Bytes

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