Deploying Laravel Applications

By Neo Ighodaro

Elevator Pitch

Deploying applications are sometimes hectic and annoying. This article goes through how you can deploy PHP applications, specifically, Laravel framework. It torches deployment methods and also deployment platforms. It also takes about using Jrnkins CI for application deployment. 🔥

Description

Deployment can be difficult

Deployment can’t be a pain. The more complicated your application is, the harder it will be to deploy the app. This talk aims to make the process easier and tolerable.

Although the talk is directed at Laravel framework users, it is also applicable to most php applications and some other languages.

This talk will go through how you can use supervisor to handle things like queues and workers. How to deploy to shared hosting. How to use Docker locally and on production for deployment.