Posts Tagged ‘PHP’
Deploying Laravel Apps in 55 seconds with Forge + DigitalOcean
One of my favorite things about the Laravel development cycle is how easy it is to go from building and testing locally on machine to launching to a production environment. With the click of a button we can spin up a new server, install all the things we need (Nginx, PHP, MySQL, Postgres, Redis, etc)…
Read More