Criando e executando um projeto Laravel 12 com (quase) zero dependências usando Docker

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
  1. docker-node

    Official Docker Image for Node.js :whale: :turtle: :rocket:

    Node

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. Composer-docker

    Composer in Docker (by composer)

    Composer

  4. hub-feedback

    Feedback and bug reports for the Docker Hub

  5. bun

    Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

    FROM php:latest # Instalar unzip RUN apt update && apt install -y unzip # Instalar Composer de outra forma, mas com o mesmo resultado RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer # Configurar as variáveis de ambiente ENV HOME="/root" ENV PATH="/root/.composer/vendor/bin:${PATH}:/root/.bun/bin" # Instalar Bun RUN curl -fsSL https://bun.sh/install | bash # Criar alguns symlinks para o executável bun RUN ln -s $(which bun) /usr/local/bin/npm RUN ln -s $(which bunx) /usr/local/bin/npx # Instalar o Laravel Installer RUN composer global require laravel/installer # Instalar a extensão pcntl RUN docker-php-ext-install pcntl

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

  • Deno's Decline

    2 projects | news.ycombinator.com | 1 May 2025
  • Flash-install

    4 projects | dev.to | 25 Apr 2025
  • Make a FREE AI Chatbot with Discord + Vercel 🤖

    3 projects | dev.to | 27 Jan 2025
  • 计算机只是工具 - FAV0周刊#017

    8 projects | dev.to | 13 Oct 2024
  • Deno 2: JavaScript's New Superhero or Just Another Cape?

    3 projects | dev.to | 13 Oct 2024