Creating a Composer Package Tutorial — 21 April, 2019
This is a simple step-by-step guide to making a PHP composer package that can be listed publicly on packagist.org for anyone in the world to…
How to Build a Laravel Website (Basic Steps After Installation) — 27 January, 2018
Basic Steps After Installing Laravel 5.4 You have successfully installed Laravel 5.4 and you have directed the domain name at the public…
Installing Laravel on Debian 8 with PHP 7.0 — 12 April, 2017
I was unable to find a single tutorial that would show exactly how to install Laravel on Debian, possibly because I was using PHP 7.0 on…
Converting a Website to HTTPS (Adding SSL Encryption) Tutorial — 04 April, 2017
The internet is gradually becoming more and more encrypted and secure. While this is most important for websites where you might enter…
Setting up a Linux Webserver with SSH in 20 Steps (Debian 8) — 19 March, 2017
Here is a guide to Setting up a Linux Webserver with SSH. This is for Debian 8 (Jessie) although other versions of Debian will be similar…
How to write a WordPress Plugin — 05 October, 2016
There are 1,000s of WordPress Plugins and each one is individual, but for anyone wanting to make a plugin for themselves here are a few…