An interesting adventure with a PHP CMS // Part 1

An interesting adventure with a PHP CMS // Part 1

Introduction I have been playing around with both Python and PHP for web development. Although, I absolutely love Python, I found that PHP was a lot fun, more so than Python. PHP is certainly a challenging language for some, especially, with the OOP-style, controllers, middlewares, routing, frameworks, twig extensions, etc. in comparison to what I remember 8-10 years ago when I hosted my first PHP based site along with Apache and procedural style PHP....

October 28, 2019 · 7 min · Me
An interesting adventure with a PHP CMS // Part 2

An interesting adventure with a PHP CMS // Part 2

So I left off talking about the settings.php and index.php. Prior to continuing, I believe I should mention a recent newsletter from Heroku that covers security. Within the newsletter one method to maintaining a safe site, and in general good practice, is to keep your pacakges up to date. Therefore, lets run composer update This command will update all packages found in the composer.json under the require and require-dev sections....

October 28, 2019 · 3 min · Me