Package Data | |
---|---|
Maintainer Username: | windmaomao |
Maintainer Contact: | fjin@qplot.com (Fang Jin) |
Package Create Date: | 2014-06-17 |
Package Last Update: | 2014-06-19 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-22 03:07:33 |
Package Statistics | |
---|---|
Total Downloads: | 43 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Adds an environment indicator color bar to either top or bottom of all pages to indicate if you are working in 'local' or 'production' environment.
Use config.php to change position, and colors for default or 'local' environment.
The color bar is set to be enabled when debug mode is on by default.
Add package to the composer.json
file
"require": {
"qplot/environment-color": "dev-master"
Then run composer update,
composer update
Add provider app/config/app.php
file
'providers' => array(
'QPlot\EnvironmentColor\ColorServiceProvider'
To change settings app/config/packages/qplot/environment-color/config.php
, you need to first publish config file,
php artisan config:publish qplot/environment-color