Huge breakthrough! 🚀🔥
What if you could run a cross-platform PHP CLI app without installing PHP? 🤯
Turns out, you totally can! By embedding PHP & your code and wrapping it with Golang, it's now possible.
This is insanely cool. Check out the proof of concept
github.com/gwleuverink/embedded-php


Willem Leuverink
@gwleuverink
TALL stack aficionado. Building laravel-bundle.dev
• • 10 Posts • 133 Views
As of right now the PoC compiles for Mac arm only.
Because it uses @nativephp static binaries & Golang under the hood this could totally cross-compile for most common architectures out there 🔥
This can enable some really cool stuff. Like
Laravel Zero without having PHP on your user's machine 🚀
Think of all the awesome devtools we could make with this 👀
I’m shopping around for a screen recording app geared towards product demos. It needs to be able to mix screen & webcam recordings
What are people using these days?
Just spent my 2nd evening in a row debugging why dusk (with testbench) isn’t running on my mac. It runs in CI 🤔
Anyone smarter than me seen this before?
The browser opens but hangs on a white screen until it times out. Chrome driver version matches chrome
Working on first-class tailwind support for laravel-bundle.dev and it's coming along nicely so far 😎
Now to get a detached forked process going so we can start the tailwindf-cli in watch mode under the hood. Wild stuff! I absolutely love it