@alaminrahman remove disableNotifications() in your webpack.mix.js file:
mix.disableNotifications();
Unfortunatelly i disable windows Notification and Laravel Mix. How to enable again??
@alaminrahman remove disableNotifications() in your webpack.mix.js file:
mix.disableNotifications();
But I don't see mix.disableNotifications(); in my webpack.mix.js file
adding this line into your webpack file.
mix.disableNotifications()
How we can enable notifications after disable from the windows setting icon.
Remove Enable key from the Registry,
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Notifications\Settings\Laravel Mix
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
Check the NotificationHandler table and identify Laravel Mix under PrimaryId column. Just delete the entire column.
And it is..... :)
I hope it helps everyone.
@lianmaymesi Works well. It was professional. good job.
@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
@bhojkamal What error did you get
I installed HeidiSQL too but cannot open the file on it.
@bhojkamal try using SQLite Database Browser, i did it using this. Sourced from https://www.techjunkie.com/how-to-open-a-db-file/
@bhojkamal I used TablePlus for that.
Open TablePlus -> Create new connection -> SQLite -> Select SQLite Database file -> connect 👍
@lianmaymesi thank you very much! Works well! You mean row, not column... right?
@lianmaymesi This worked perfectly. Thank you!
@bhojkamal Install DB Browser for SQLite https://sqlitebrowser.org/dl/ and you will be able to just drag and drop the file inside
worked like a charm. thank you so much @lianmaymesi
Please or to participate in this conversation.