achyutparajuli/exception-fahhhhh

Play error sound when Laravel exceptions occur

Maintainers

Package info

github.com/achyutparajuli/exception-fahhhh

pkg:composer/achyutparajuli/exception-fahhhhh

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.1 2026-03-07 05:42 UTC

This package is auto-updated.

Last update: 2026-05-07 06:09:04 UTC


README

🎵 Play an error sound when exceptions occur in your Laravel application

Latest Version on Packagist Total Downloads License

Features

  • 🔊 Plays a sound automatically when any HTTP error (4xx/5xx) occurs
  • 🎯 Works immediately after user interaction (click, scroll, etc.)
  • 🔄 Multiple audio playback strategies for maximum compatibility
  • 📝 Logs all exceptions to a separate log file
  • 🎨 Easy to customize with your own sound
  • 🚀 Zero configuration required

Demo

When an error page loads, you'll hear a sound (after first user interaction with your site). https://achyutparajuli.com.np/exception

Requirements

  • PHP 8.1 or higher
  • Laravel 10.x, 11.x, or 12.x

Installation

Step 1: Install via Composer

composer require achyutparajuli/exception-fahhhhh

Step 2: Publish Assets (Optional)

php artisan vendor:publish --provider="AchyutParajuli\ExceptionFahhhhh\ExceptionFahhhhhServiceProvider"

Step 3: Configuration

you can modify: config/exception-fahhhhh.php

Step 4: Now on every exception/error this sound is triggered

you can modify: config/exception-fahhhhh.php