PHPackages                             omatech/laravel-env-corner-component - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. omatech/laravel-env-corner-component

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

omatech/laravel-env-corner-component
====================================

0.10.0(6y ago)159MITPHP

Since Nov 15Pushed 6y ago3 watchersCompare

[ Source](https://github.com/omatech/laravel-env-corner-component)[ Packagist](https://packagist.org/packages/omatech/laravel-env-corner-component)[ RSS](/packages/omatech-laravel-env-corner-component/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (1)Versions (4)Used By (0)

Laravel: Environment Corner Component
=====================================

[](#laravel-environment-corner-component)

Do you have the classic client that confuses the production environment with the testing environment? This simple package is your solution! This prints a banner in the lower right corner to remember the current environment.

Installation
------------

[](#installation)

1. Require the package in your composer.json.

```
composer require omatech/laravel-env-corner-component

```

2. Publish config and components files.

```
php artisan vendor:publish

```

```
Omatech\EnvCornerComponent\App\Providers\PublishServiceProvider

```

3. Include the component in your layout before `` tag.

```
@include('components.vendor.corner')

```

Extras
------

[](#extras)

- Configure in which environments you have to show the banner in the configuration file: `/config/env-corner-component.php`

```
return [
    'enabled' => true,
    'renderWhen' => [
        'test', 'preprod', 'preproduction'
    ]
];

```

- Disable the component by setting the option `enabled` to `false`.
- Customize the banner by modifying the component: `views/components/vendor/corner.blade.php`

Credits
-------

[](#credits)

- [Adrià Roca](https://github.com/adriaroca)

Organization
------------

[](#organization)

- [Omatech](https://www.omatech.com)

Contributors
------------

[](#contributors)

See the contributors list [here](https://github.com/omatech/laravel-env-corner-component/graphs/contributors).

License
-------

[](#license)

[MIT license](http://opensource.org/licenses/MIT).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~230 days

Total

3

Last Release

2277d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2a6b2440a7864015d71501a9cd77d28bed549c283afdd8d1af95f54b650dc833?d=identicon)[aponscat](/maintainers/aponscat)

---

Top Contributors

[![adriaroca](https://avatars.githubusercontent.com/u/3205030?v=4)](https://github.com/adriaroca "adriaroca (6 commits)")

---

Tags

laravellaravel-5-packagelaravel5

### Embed Badge

![Health badge](/badges/omatech-laravel-env-corner-component/health.svg)

```
[![Health](https://phpackages.com/badges/omatech-laravel-env-corner-component/health.svg)](https://phpackages.com/packages/omatech-laravel-env-corner-component)
```

###  Alternatives

[wireui/wireui

TallStack components

1.8k1.3M16](/packages/wireui-wireui)[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
