PHPackages                             biplove/oops-ui - 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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. biplove/oops-ui

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

biplove/oops-ui
===============

Beautiful, customizable error pages for Laravel applications with zero configuration required

v1.0.0(1mo ago)03MITBladePHP ^8.1|^8.2|^8.3

Since Apr 13Pushed 1mo agoCompare

[ Source](https://github.com/bipl0ve/oops-ui)[ Packagist](https://packagist.org/packages/biplove/oops-ui)[ Docs](https://github.com/bipl0ve/oops-ui)[ RSS](/packages/biplove-oops-ui/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

Oops UI - Beautiful Error Pages for Laravel
===========================================

[](#oops-ui---beautiful-error-pages-for-laravel)

Beautiful, customizable error pages for Laravel applications with zero configuration required.

About
-----

[](#about)

Oops UI is a Laravel package that transforms your error pages into beautiful, professional-looking pages with minimal effort. It works out of the box with sensible defaults and offers extensive customization options through a simple configuration file.

Features
--------

[](#features)

- 🚀 **Zero Setup** - Works immediately after installation
- 🎨 **11 Beautiful Templates** - Modern, Minimal, Classic, Gradient, Illustration, Neon, Glass, Terminal, Animated, Split, and Layout
- 🌙 **Dark Mode Support** - All templates support both light and dark themes
- 📱 **Responsive Design** - Looks great on all devices
- 🎯 **App Layout Integration** - Wrap error pages in your existing application layout
- 📄 **Customizable Footer** - Add menu items, contact info, social links, and custom text
- 🔌 **API Support** - Automatically returns JSON for API requests and HTML for web requests
- 🌍 **Translation Ready** - Full localization support
- ♿ **Accessible** - WCAG compliant with semantic HTML
- 🔧 **Laravel 8-11 Compatible** - Works across multiple Laravel versions

Requirements
------------

[](#requirements)

- PHP 8.1 or higher
- Laravel 8.x, 9.x, 10.x, or 11.x

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

[](#installation)

Install the package via Composer:

```
composer require biplove/oops-ui
```

That's it! The package will automatically register and start working. Error pages will now use the beautiful default templates.

Quick Start
-----------

[](#quick-start)

### Publish Configuration (Optional)

[](#publish-configuration-optional)

If you want to customize the error pages, publish the configuration file:

```
php artisan oops:install
```

Or manually:

```
php artisan vendor:publish --tag=oops-ui-config
```

This will create a `config/oops-ui.php` file where you can customize everything.

### Basic Customization

[](#basic-customization)

Edit `config/oops-ui.php`:

```
'settings' => [
    'default_template' => 'modern',  // Choose your template
    'theme' => 'dark',               // Enable dark mode
],

'errors' => [
    '404' => [
        'title' => 'Page Not Found',
        'message' => 'The page you are looking for does not exist.',
        'buttons' => [
            ['text' => 'Go Home', 'url' => '/', 'style' => 'primary'],
        ],
    ],
],
```

After making changes, clear the cache:

```
php artisan config:clear
```

Documentation
-------------

[](#documentation)

For complete documentation including all features, configuration options, templates, and examples, please visit:

📚 **[Full Documentation](https://oopsui-docs.netlify.app/)**

Testing
-------

[](#testing)

Run the test suite:

```
composer test
```

Troubleshooting
---------------

[](#troubleshooting)

If you encounter issues after installation:

```
php artisan config:clear
php artisan view:clear
php artisan cache:clear
composer dump-autoload
```

For more help, check the [documentation](https://oopsui-docs.netlify.app/).

License
-------

[](#license)

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

Support
-------

[](#support)

- **Issues**: [GitHub Issues](https://github.com/bipl0ve/oops-ui/issues)
- **Documentation**: [Full Documentation](https://oopsui-docs.netlify.app/)
- **Source**: [GitHub Repository](https://github.com/bipl0ve/oops-ui)

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance89

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

57d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bcdf6a098b5db2770ae1600866fbb37ae4e4cb1cdb15e0fa26da4cc94680e792?d=identicon)[biplove](/maintainers/biplove)

---

Top Contributors

[![bipl0ve](https://avatars.githubusercontent.com/u/58138544?v=4)](https://github.com/bipl0ve "bipl0ve (5 commits)")

---

Tags

404-pageapi-errorapi-error-handlerblade-templatecustom-error-pagescustomizabledark-modeerror-handlingerror-pagesexception-handlingjson-responselaravellaravel-packagemiddlewarephpresponsive-designui-componentslaraveluicustomizableresponsiveexception handlingerror handling404error-pages500blade templates

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/biplove-oops-ui/health.svg)

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

###  Alternatives

[laracraft-tech/laravel-xhprof

Easy XHProf setup to profile your laravel application!

235344.1k](/packages/laracraft-tech-laravel-xhprof)[bavix/laravel-xhprof

Quick profiling of your code for Laravel

22157.3k](/packages/bavix-laravel-xhprof)[thehocinesaad/laravel-error-ai

This package adds Ask AI button to the error page.

2222.3k](/packages/thehocinesaad-laravel-error-ai)

PHPackages © 2026

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