electron-plugin
electron-plugin copied to clipboard
The NativePHP Electron plugin
This PR should add an abilty to fire Clipboard events. If this PR seems reasonable to you please leave a comment and I will create PR for [NativePHP Laravel Repo](https://github.com/NativePHP/)...
As [`laravel-websockets`](https://github.com/beyondcode/laravel-websockets) has been archived in favour of [Laravel Reverb](https://reverb.laravel.com), we should look to support Reverb instead. Fixes https://github.com/NativePHP/laravel/issues/295 ### Checklist - [ ] Tested on Mac - [ ]...
Change menuBar window to nonresizable.
https://nativephp.com/docs/1/the-basics/notifications#notification-click-events says that you can send custom events when clicking on a notification. However, this code currently always sends the same static event, and furthermore can be improved by sending...
This adds the ability to run obfuscated NativePHP apps. Obfuscated apps behave differently because the entire app is bundled into a single file. So various paths need to be mapped...