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.
You can install the package via composer:
composer require esign/laravel-environment-badgeThe package will automatically register a service provider.
Next up, you can optionally publish the configuration and language files:
php artisan vendor:publish --provider="Esign\EnvironmentBadge\EnvironmentBadgeServiceProvider" --tag="config"
php artisan vendor:publish --provider="Esign\EnvironmentBadge\EnvironmentBadgeServiceProvider" --tag="lang"To display the environment badge you may use the view component that ships with this package:
<x-environment-badge />To enable this badge for certain environments you may set the ENVIRONMENT_BADGE_ENABLED environment variable to true:
ENVIRONMENT_BADGE_ENABLED=truecomposer testThe MIT License (MIT). Please see License File for more information.