Local Dev Environment in 2022

This page summarizes the projects mentioned and recommended in the original post on /r/webdev

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • volta

    Volta: JS Toolchains as Code. ⚡

  • Laravel has a built in server which leverages local PHP. I use that combined with https://dbngin.com/ for MySQL + Redis. Then frontend is ran with local node (via https://volta.sh/, also very quick)

  • DBngin

    DB Engine

  • Laravel has a built in server which leverages local PHP. I use that combined with https://dbngin.com/ for MySQL + Redis. Then frontend is ran with local node (via https://volta.sh/, also very quick)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • laragon

    Laragon is a portable, isolated, fast & powerful universal development environment for PHP, Node.js, Python, Java, Go, Ruby. It is fast, lightweight, easy-to-use and easy-to-extend.

  • Docker is a pain to work with and unless you have a need for it (i.e. complex infra you need to replicate locally or sharing container images across a team) I'd highly recommend just using Laragon, assuming you're working on a windows machine locally. It's super easy to setup, swap out dependencies (php versions, node versions, mysql versions, etc) and comes with a ton of preconfigured one-click setup options for laravel, WordPress and a bunch of other libraries/frameworks. https://laragon.org/

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts