A couple of HUGE releases just dropped:
nativephp/laravel v0.6 and nativephp/electron v0.8 π
Highlights:
β’ The electron-plugin package has been dropped and is now incorporated directly in the electron package. This makes keeping the package up to date and in-step with the plugin much more reliable. It also makes developing the plugin easier π€πΌ
β’ The Child Processes functionality is here π
β’ Some improvements to the Window API now mean working with windows is more flexible πΈ
Please check the release notes for all of the details!
github.com/NativePHP/laravel/releases/tag/0.6.0
github.com/NativePHP/electron/releases/tag/0.8.0
To get these latest versions, you may need to explicitly update your nativephp/electron dependency to `"nativephp/electron": "^0.8"` and run `composer update`