Ben Borgers

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.

More blog posts

Subscribe to my newsletter for a monthly round-up of new blog posts and projects Iā€™m working on!

Twitter ↗ RSS feed ↗