CodiumAU / foxhound

Foxhound is a lightweight notification intercepting package providing developers with a simple way to intercept and preview notifications during development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Foxhound is a lightweight notification intercepting package providing developers with a simple way to intercept and preview notifications during development.

License:MIT License


Languages

Language:PHP 49.0%Language:Vue 42.9%Language:Blade 3.2%Language:TypeScript 2.9%Language:JavaScript 1.8%Language:CSS 0.1%