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-11-22 03:15:03 |
Package Statistics | |
---|---|
Total Downloads: | 4 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
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,
];
$ 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