
How to install V8js for PHP on Mac OS X
I recently had interest in generating a React-based web app using PHP. To be able to do such an amazing thing you first need to install the PHP extension V8Js. You’ll find below the process I followed to install it on my Mac: First install the engine: brew install v8 Install dependency for the PECL […]
Read more about How to install V8js for PHP on Mac OS X