achyutparajuli / exception-fahhhhh
Play error sound when Laravel exceptions occur
Package info
github.com/achyutparajuli/exception-fahhhh
pkg:composer/achyutparajuli/exception-fahhhhh
v1.0.1
2026-03-07 05:42 UTC
Requires
- php: ^8.1
- illuminate/support: ^10.0|^11.0|^12.0
README
🎵 Play an error sound when exceptions occur in your Laravel application
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