2022-02-06: Now updated for PHP 8.1. PHP 8.0 was released at the end of 2020. It comes with an improved performance, some nice additions to the syntax and it also fixes some of the annoying quirks of its predecessors. Which is great … if it weren’t for that Huge Legacy Application you have to maintain,… Continue reading Modern PHP Cheat Sheet aka Can I use?
Month: January 2021
A single-page application (SPA) with Slim Framework and Vue.js
Inspired by a great and comprehensive article over at thecodingmachine.io we’ll try something similar today: building a single page application using the Slim Framework and Vue.js. In this tutorial we’ll see how to: set up the development environment with Docker build the application using the Slim Framework use Vue.js and the Vue router to build… Continue reading A single-page application (SPA) with Slim Framework and Vue.js