Skip to content
learnlaravel
  • Register
  • Log In
  • About Learnlaravel

Category: System Deployment

This section gives a step by step guide to deploying your Laravel application to a live production environment

Automating your Deployment Step 2 - Adding a GitHub Action

Posted on March 1, 2024 (April 22, 2024) by eoin
blah

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 [...]

Read More...

>
Posted in System Deployment

Choosing and setting up your Domain name

Posted on March 4, 2024 (April 23, 2024) by eoin
blah

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 [...]

Read More...

>
Posted in System Deployment
  • «
  • 1
  • 2