codium/foxhound
| Install | |
|---|---|
composer require codium/foxhound |
|
| Latest Version: | v3.0.1 |
| License: | MIT |
| Last Updated: | Aug 7, 2026 |
| Links: | GitHub · Packagist |
Introduction
Foxhound is a lightweight notification intercepting package providing developers with a simple way to intercept and preview notifications during development.

Installation
You can install the package vis Composer:
composer require codium/foxhound
After Foxhound is installed, publish its assets using the foxhound:install commannd.
php artisan foxhound:install
You can now access Foxhound at http://localhost/foxhound in your browser.
Configuration
Foxhound's configuration file is located at config/foxhound.php. This file allows you to configure the package's behaviour.
Credits
License
Foxhound is open-sourced software licensed under the MIT license.
Related Packages
Powerful PHP database abstraction layer (DBAL) with many features for database s...
Laravel Serializable Closure provides an easy and secure way to serialize closur...
Cli error handling for console/command-line PHP applications.