Github Actions are a way of submitting instructions into your repository that will be executed on a particular event happening to your repository - typically a push. Github Actions work by spinning up a temporary Virtual Machine inside a Docker container, executing some tasks on this VM and then letting it cease to exist. Very [...]
Category: System Deployment
This section gives a step by step guide to deploying your Laravel application to a live production environment
Choosing and setting up your Domain name
Your website is now fully working but it does not have a proper domain name. We need to create a domain name and map it to our website. When you consider the phpMyAdmin website (our SQL client) your server is already supporting one website. This will be the second. Thankfully Apache allows for multiple websites [...]