esign/laravel-environment-badge

Display a warning badge for certain app environments
5,368 1
Install
composer require esign/laravel-environment-badge
Latest Version:1.5.0
PHP:^7.4|^8.0
License:MIT
Last Updated:Mar 17, 2026
Links: GitHub  ·  Packagist
Maintainer: esign

Display a warning badge for certain app environments

Latest Version on Packagist Total Downloads GitHub Actions

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.

Related Packages

esign/laravel-underscore-translatable

A laravel package to make your eloquent models translatable.

29,991 3
esign/laravel-seo

Manage SEO tags within your Laravel application

27,370 4
esign/laravel-email-whitelisting

Whitelist outgoing email

23,941 4
esign/laravel-linkable

Dynamically link Laravel models

19,514 0
esign/laravel-conversions-api

A laravel wrapper package around the Facebook Conversions API

201,651 69