How to disable Laravel Mix notifications
December 13, 2020
Laravel Mix sends a desktop notification every time it re-compiles your assets, which can be pretty annoying.
To turn that off, add this line to your webpack.mix.js
file:
mix.disableNotifications()
Done! No more notifications from Laravel Mix.
Subscribe to my newsletter!
A weekly round-up of new blog posts and updates to projects I’m working on.