Devops

This is some text about devops.


Managing PHP Environments with Vagrant Baseboxes

📁 devops

One of the most important aspects of setting up your development environment is the notion of **DEV-PROD parity**. This refers to the practice of making sure that the system that you develop an application on is as close as possible to the system that the application is eventually going to run on w…

Read more...

Redirect All Requests to Index.php via htaccess

📁 devops

For one of my website projects I wanted to create a very basic content management system. The plan was to have a header and footer template class, and include these from the ‘index.php’. The bit between the header and footer (‘content’) would then be pulled from another file, depending on the URL. …

Read more...