Several of my projects rely on the same few packages
These packages are directly symlinked
The original intent is that, whenever I modify my packages, I taken into consideration all my projects' needs
But I haven't been able to put together something real time
I'm aware of phpunit-watcher but not sure how to make it notify me when modifying packages breaks another project.. open to any suggestions. Thank you.
@laracoft I would probably look into getting phpunit to exit as an error when failing and send a mail based on that. You could catch this in a node script I'm sure :)
Haha, ok, I'm actually not so familiar with bash scripts. Honestly, I would prefer a Laravel command that I can add to $schedule. Let me google. Thank you.