codium/foxhound

v1.1.4 2023-12-18 05:08 UTC

This package is auto-updated.

Last update: 2024-04-18 21:32:42 UTC


README

logo.png

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.