PHPackages                             saasykit/filament-oops - 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. saasykit/filament-oops

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

saasykit/filament-oops
======================

Never accidentally edit your Filament production panel again! Filament Oops displays a clear 'Production' warning, helping you avoid costly mistakes and keeping your development safe.

2.1.0(3mo ago)156.5k↑54.5%2[1 issues](https://github.com/saasykit/filament-oops/issues)MITPHPPHP ^8.2

Since Nov 9Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/saasykit/filament-oops)[ Packagist](https://packagist.org/packages/saasykit/filament-oops)[ Docs](https://github.com/saasykit/filament-oops)[ GitHub Sponsors](https://github.com/saasykit)[ RSS](/packages/saasykit-filament-oops/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (9)Versions (6)Used By (0)

Never accidentally edit your Filament production panel again!
=============================================================

[](#never-accidentally-edit-your-filament-production-panel-again)

[![Latest Version on Packagist](https://camo.githubusercontent.com/00e7cc9983669ad134babdf5fbf3c0fd7c09e9b7a36edcaa43c628955daeb45b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73616173796b69742f66696c616d656e742d6f6f70732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/saasykit/filament-oops)

Filament Oops displays a clear 'Production' warning on your production Filament panel, helping you avoid costly mistakes and keeping your development safe.

Filament Oops uses the `APP_ENV` environment variable to determine the environment your Filament panel is running in. If you're running your Filament panel in production, Filament Oops will display a clear 'Production' warning on your panel.

[![Warning](https://github.com/saasykit/filament-oops/raw/7d8592b32673f5206b4c4ad0907b7abc7a913359/docs/img/warning.png)](https://github.com/saasykit/filament-oops/blob/7d8592b32673f5206b4c4ad0907b7abc7a913359/docs/img/warning.png)

You can also define custom environment names and colors if you want to customize the warning message for your specific environments.

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

[](#installation)

You can install the package via composer:

```
composer require saasykit/filament-oops
```

Optionally, you can publish the views using (in case you want to customize the views):

```
php artisan vendor:publish --tag="filament-oops-views"
```

Usage
-----

[](#usage)

All you need to do is add the `FilamentOopsPlugin` to your `Filament` plugin list in your `FilamentServiceProvider` (usually located in `app/Providers/Filament/AdminPanelProvider.php`):

```
class AdminPanelProvider extends PanelProvider
{
    public function panel(Panel $panel): Panel
    {
        return $panel
            // some other configurations
            ->plugins([
                FilamentOopsPlugin::make(),  // Add this line
            ]);
    }
}
```

### Customization

[](#customization)

You can customize the environment names and colors by using the `addEnvironment` method on the `FilamentOopsPlugin`:

```
class AdminPanelProvider extends PanelProvider
{
    public function panel(Panel $panel): Panel
    {
        return $panel
            // some other configurations
            ->plugins([
                FilamentOopsPlugin::make()->addEnvironment('local', 'Local', '#008000'),  // Add this line
            ]);
    }
}
```

Psst: Wanna build a Laravel SaaS application quickly?
-----------------------------------------------------

[](#psst-wanna-build-a-laravel-saas-application-quickly)

If you want to build a SaaS app quickly, support us by checking out [SaaSykit](https://saasykit.com?ref=filament-oops). [SaaSykit](https://saasykit.com?ref=filament-oops) is a SaaS starter kit (boilerplate) that comes packed with all components required to run a modern SaaS software. Available in both multi-tenant and single-tenant versions.

[![SaaSykit](https://camo.githubusercontent.com/7e2fb85a21ee77a30f59dafbae64acd2951c49744617ab7fd424de9e982b8677/68747470733a2f2f73616173796b69742e636f6d2f696d616765732f6c6f676f2d6461726b2e706e67)](https://saasykit.com?ref=filament-oops)

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [SaaSykit](https://github.com/saasykit)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

48

—

FairBetter than 95% of packages

Maintenance79

Regular maintenance activity

Popularity33

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

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 ~150 days

Total

4

Last Release

104d ago

Major Versions

1.0.1 → 2.0.02025-08-30

PHP version history (2 changes)1.0.0PHP ^8.1

2.0.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/37a5ff221f5b4f9f077355277f9c1c316d74515955cf06756686d4c8c5f7ee80?d=identicon)[aswilam](/maintainers/aswilam)

---

Top Contributors

[![aswilam](https://avatars.githubusercontent.com/u/690153?v=4)](https://github.com/aswilam "aswilam (17 commits)")

---

Tags

laravelsaasykitfilament-oops

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/saasykit-filament-oops/health.svg)

```
[![Health](https://phpackages.com/badges/saasykit-filament-oops/health.svg)](https://phpackages.com/packages/saasykit-filament-oops)
```

###  Alternatives

[guava/calendar

Adds support for vkurko/calendar to Filament PHP.

298241.0k3](/packages/guava-calendar)[bezhansalleh/filament-google-analytics

Google Analytics integration for FilamentPHP

205144.8k5](/packages/bezhansalleh-filament-google-analytics)[jibaymcs/filament-tour

Bring the power of DriverJs to your Filament panels and start a tour !

12247.8k](/packages/jibaymcs-filament-tour)[marcelweidum/filament-expiration-notice

Customize the livewire expiration notice

9169.0k4](/packages/marcelweidum-filament-expiration-notice)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[outerweb/filament-settings

Filament integration for the outerweb/settings package

3690.9k4](/packages/outerweb-filament-settings)

PHPackages © 2026

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