Musings of a programmer
Blog
CapacitorJS
I have been using Cordova or Phonegap build for years. Recently, Phonegap was closed down. On a current project, I had to develop a feature I hadn’t done before. I could find numerous plugins on Cordova site. So… One by one I start testing. None of them solved the problem. I searched the plugin list, …
MacOS Setup for PHP Dev
I wanted a simple, basic Mac OSX setup for PHP dev. With as little as possible manual work. My current work as you from a previous post is: Symfony 5 Api-Platform VueJS front end Mac OSX 10.15.5 comes with php 7.3.11 out of the box. That was high enough for my initial dev. So here …
Mercure with Apache
One of the things which I absolutely love about ApiPlatform is its deep integration with Mercure and all the real time stuff which just works. My issue this week was, the server was Apache… and I could not just copy/paste from the docs. Here is what worked as our final setup: JWT_KEY=’!ChangeMe!’ CORS_ALLOWED_ORIGINS=* ADDR=’localhost:3000′ /home/mercure/mercure …