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
- Host: GitHub
- URL: https://github.com/peterfox/laravel-testing-notification
- Owner: peterfox
- Created: 2020-05-16T16:28:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-18T20:24:56.000Z (about 6 years ago)
- Last Synced: 2025-02-27T18:35:50.194Z (over 1 year ago)
- Language: PHP
- Homepage: https://medium.com/@SlyFireFox/laravel-tip-desktop-notifications-from-your-tests-4ff504bd024f
- Size: 151 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).