承接 biplove/oops-ui 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

biplove/oops-ui

最新稳定版本:v1.0.0

Composer 安装命令:

composer require biplove/oops-ui

包简介

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

README 文档

README

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

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

  • 🚀 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

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

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

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

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

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

📚 Full Documentation

Testing

Run the test suite:

composer test

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.

License

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

Support

统计信息

  • 总下载量: 3
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 7
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: Blade

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-04-13

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固