Category: Deployment, Software, Database, Infrastructure, github

For sure, building and maintaining apps with Laravel is a breeze — you got everything you need: migrations for database versioning, MVC pattern, authentication and even background tasks you can run on separate PHP threads. When it comes to deploying apps, it’s a bit of a problem.

Related Articles