A first look at NativePHP
NativePHP has been announced at Laracon by Marcel Pociot—a collaboration between Marcel and Simon. With NativePHP, we can build desktop applications with PHP. Let's put it to the test and make a little proof of concept....
Electron lets you use all the web tech from HTML to Javascript in a native package. In other words, as a web developer, you can now make your own app without having to learn how to get an OS running or code with OS-specific programming languages.
NativePHP has been announced at Laracon by Marcel Pociot—a collaboration between Marcel and Simon. With NativePHP, we can build desktop applications with PHP. Let's put it to the test and make a little proof of concept....
All your favorite Laravel Horizon features (and a few new ones) all packed into a single desktop application. A must-have productivity booster for every Laravel developer.
Back in December last year, I published my first Electron application. Things were relatively straightforward until my application was ready for production, and I had to figure out how to get auto-updates to work with a closed-source/private application. I couldn't find a solution that...
Step by step guide on using Electron Auto Update to distribute new versions of your application to your users.
Recently I released my first Electron application. When my application was ready to be released, it was required to have it notarized by Apple, or else nobody could use my your application. Although there are quite a few articles on this matter, it still took...