Download the PHP package esign/laravel-environment-badge without Composer
On this page you can find all versions of the php package esign/laravel-environment-badge. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download esign/laravel-environment-badge
More information about esign/laravel-environment-badge
Files in esign/laravel-environment-badge
Package laravel-environment-badge
Short Description Display a warning badge for certain app environments
License MIT
Homepage https://github.com/esign/laravel-environment-badge
Informations about the package laravel-environment-badge
Display a warning badge for certain app environments
Display a badge for testing or staging environments. This package is Esign-branded, feel free to fork and change it to fit your own needs.
Installation
You can install the package via composer:
The package will automatically register a service provider.
Next up, you can optionally publish the configuration and language files:
Usage
To display the environment badge you may use the view component that ships with this package:
To enable this badge for certain environments you may set the ENVIRONMENT_BADGE_ENABLED
environment variable to true:
Testing
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-environment-badge with dependencies
illuminate/support Version ^8.0|^9.0|^10.0|^11.0
illuminate/view Version ^8.0|^9.0|^10.0|^11.0