laravel-environment-badge maintained by esign
Description
Display a warning badge for certain app environments
Author
Last update
2026/03/17 21:45
(dev-master)
License
Downloads
4 958
Tags
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:
composer require esign/laravel-environment-badge
The 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"
Usage
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=true
Testing
composer test
License
The MIT License (MIT). Please see License File for more information.