alaminrahman's avatar

How to enable Laravel Mix Notification?

Unfortunatelly i disable windows Notification and Laravel Mix. How to enable again??

0 likes
14 replies
alaminrahman's avatar

But I don't see mix.disableNotifications(); in my webpack.mix.js file

shaungbhone's avatar

adding this line into your webpack file.

mix.disableNotifications()
Kombee's avatar

How we can enable notifications after disable from the windows setting icon.

liandhas's avatar
  1. Remove Enable key from the Registry, HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Notifications\Settings\Laravel Mix

  2. Find wpndatabase.db from the below path, and open with any of your DB editors (I used HeidiSQL) C:\Users\<Username>\AppData\Local\Microsoft\Windows\Notifications

  3. Check the NotificationHandler table and identify Laravel Mix under PrimaryId column. Just delete the entire column.

And it is..... :)

I hope it helps everyone.

12 likes
bhojkamal's avatar

@lianmaymesi I did no. 1 instruction.

But how to open the wpndatabase.db? I installed HeidiSQL too but cannot open the file on it. But I could open mysql db of phpmyadmin of xampp through it. How else we can do it?

I hope you will guide me. Thanks

Sinnbeck's avatar

@bhojkamal What error did you get

I installed HeidiSQL too but cannot open the file on it.

RAZIUL's avatar

@bhojkamal I used TablePlus for that.

Open TablePlus -> Create new connection -> SQLite -> Select SQLite Database file -> connect 👍

1 like

Please or to participate in this conversation.