An open API service indexing awesome lists of open source software.

https://github.com/peterfox/laravel-testing-notification

A demo project of providing desktop notifications upon tests passing or failing
https://github.com/peterfox/laravel-testing-notification

Last synced: 12 months ago
JSON representation

A demo project of providing desktop notifications upon tests passing or failing

Awesome Lists containing this project

README

          

# Laravel Testing Desktop Notifications

This is a quick demo project showing you how to use event hooks to add desktop notifications from running the artisan
test command. You can read more about it in my article
[Laravel Tip: Desktop notifications from your tests](https://medium.com/@SlyFireFox/laravel-tip-desktop-notifications-from-your-tests-4ff504bd024f).