thomasruiz / laravel-sanity by thomasruiz

A sanity checker for your laravel configuration
4
1
2
Package Data
Maintainer Username: thomasruiz
Maintainer Contact: contact@thomasruiz.eu (Thomas Ruiz)
Package Create Date: 2016-12-07
Package Last Update: 2016-12-07
Language: PHP
License: MIT
Last Refreshed: 2024-04-17 15:16:49
Package Statistics
Total Downloads: 4
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

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