magenizr/oc-envbar
Composer 安装命令:
composer require magenizr/oc-envbar
包简介
This October CMS plugin allows you to differentiate between environments by adding a custom colored bar above the top navigation.
关键字:
README 文档
README
This October CMS plugin allows you to differentiate between environments by adding a custom colored bar above the top navigation.
System Requirements
- October CMS 1.x, 2.x, 3.x
- PHP 7.x, 8.x
Installation
Backend
The plugin can be installed via backend as follows.
Go to Settings > System > Updates & Plugins and search for the plugin. Click on Install Plugins and search for envbar.
Artisan
Alternatively the plugin can be installed via CLI by using the command plugin:install.
php artisan plugin:install Magenizr.Envbar
php artisan cache:clear
Manually
- Download the code.
- Extract the downloaded tar.gz file. Example:
tar -xzf October_Envbar_1.0.5.tar.gz. - Copy the code into
./plugins/magenizr/envbar/.
Configuration
Make sure the name of the environment ( e.g development ) matches the value of the variable APP_ENV or default in ./config/environment.php or in your .env file.
Features
- Enable or disable plugin temporarily.
- Enable plugin for Superusers only.
- Add multiple environments and choose the color of the bar.
- Automatically clear cached styles ( colors ) after saving settings or if
.envfile has been updated.
Usage
Simply navigate to Settings > System > Envbar and enable the plugin. Update colors within the Environments section if required.
Support
If you experience any issues, don't hesitate to open an issue on Github.
Contact
Follow us on GitHub, Twitter and Facebook.
History
===== 1.0.6 =====
- Fix member function isSuperUser() on null
===== 1.0.5 =====
- October CMS 3.0 compatibility
===== 1.0.4 =====
- Create temp folder if not exists. Thx @jan-vince
===== 1.0.3 =====
- Automatically clear cached styles ( colors ) if
.envfile has been updated. Thx @kavishdahekar
===== 1.0.2 =====
- Move compiled CSS file from
./storage/tempto./storage/temp/public. Thx @jan-vince
===== 1.0.1 =====
- Fallback for
APP_ENVvariable. - Compile CSS again if
./storage/temphas been cleared.
===== 1.0.0 =====
- First release
License
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-03-30