Should I move to Docker?

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

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

    Docker files for running a basic Laravel application.

  • I recommend using sail, it is pretty reasonable and for non laravel projects just get some inspiration from sail's github repo: https://github.com/laravel/sail/tree/1.x/runtimes/8.0

  • Laradock

    Full PHP development environment for Docker.

  • Use Laradock is the best. Is a heavily pre configurated Laravel docker environment with all you need and more https://laradock.io/

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • pfcnx-laravel

    Image docker from php-fpm with cron, imagemagick, zip, unzip, git, supervisor, composer, prestissimo, nodejs, yarn, prettier, xdebug and php-cs-fixer for laravel

  • Yes you can, I build a docker container for my dev https://github.com/Stanislas-Poisson/pfcnx-laravel You will have an exemple of how to use it. (Also with an exemple of using horizon)

  • hub-feedback

    Feedback and bug reports for the Docker Hub

  • Remember one thing : you can't download multiple container from hub.docker.com. It's better I think to build your image localy, then push them with a tag to a gitlab environnement that can (for free also) stock your docker container ;)

  • devilbox

    A modern Docker LAMP stack and MEAN stack for local development

  • I have a lot of PHP projects with different requirements, I use http://devilbox.org/

  • docker-compose-laravel

    A docker-compose workflow for local Laravel development

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