[Copy and paste] Build a Laravel development environment with Docker Compose Participation

Last time, I managed Laravel in the repository with docker-compose.yml and others, and it was quite refreshing. [Copy] Build a Laravel development environment with Docker Compose Part 2

But, I thought ... I want to manage Laravel in another repository. .. ..

Machine specs

things to do

Prerequisites

Preparing the Docker Compose environment

[Copy] Build a Laravel development environment with Docker Compose Part 2 #How to use

Make src/laravel a separate repository

[Mac]$ pwd
/Users/xxx/docker
[Mac]$ cd src
[Mac]$ mv laravel laravel_bak
[Mac]$ git clone <Repository URL prepared as a prerequisite> laravel
[Mac]$ cp -pR laravel_bak/. laravel

After that, open src/laravel in the IDE and push

* Note) When docker is opened in the IDE, it will be pushed to the repository of docker, so open src/laravel!

Recommended Posts

[Copy and paste] Build a Laravel development environment with Docker Compose Participation
[Copy and paste] Build a Laravel development environment with Docker Compose Part 2
[Rails] [Docker] Copy and paste is OK! How to build a Rails development environment with Docker
Build a PureScript development environment with Docker
Build a Wordpress development environment with Docker
Build a development environment for Django + MySQL + nginx with Docker Compose
Build a Laravel / Docker environment with VSCode devcontainer
Build a WordPress development environment quickly with Docker
Build a simple Docker Compose + Django development environment
Build Rails environment with Docker Compose
Build docker + laravel environment with laradock
Build a Node-RED environment with Docker to move and understand
Until you build a Nuxt.js development environment with Docker and touch it with VS Code
How to quit Docker for Mac and build a Docker development environment with Ubuntu + Vagrant
Laravel development environment construction with Docker (Mac)
Build a simple Docker + Django development environment
Build a development environment for Docker + Rails6 + Postgresql
One file of Docker x Laravel threat! Build a local development environment with the minimum configuration
I tried to build a Firebase application development environment with Docker in 2020
[Win10] Build a JSF development environment with NetBeans
Prepare a scraping environment with Docker and Java
A reminder of Docker and development environment construction
Build a development environment for Docker, java, vscode
How to build a Ruby on Rails development environment with Docker (Rails 5.x)
Template: Build a Ruby / Rails development environment with a Docker container (Ubuntu version)
[First team development ②] Build an environment with Docker
Template: Build a Ruby / Rails development environment with a Docker container (Mac version)
Create a Spring Boot development environment with docker
Build a Java development environment with VS Code
Build a development environment to create Ruby on Jets + React apps with Docker
Easily build a Vue.js environment with Docker + Vue CLI
Build Docker + Laravel PHP + Vue.js development environment in 5 minutes
[Note] Build a Python3 environment with Docker in EC2
Build Java development environment with WSL2 Docker VS Code
[Environment construction] Build a Java development environment with VS Code!
Build WordPress environment with Docker (Local) and AWS (Production)
Try to build a Java development environment using Docker
Build docker environment with WSL
Install Ubuntu 20.04 in virtual box on windows10 and build a development environment using docker
Build a local development environment for Open Distro for Elasticsearch with multiple nodes using Docker
I made a development environment with rails6 + docker + postgreSQL + Materialize.
Build a "Spring Thorough Introduction" development environment with IntelliJ IDEA
How to build Rails, Postgres, ElasticSearch development environment with Docker
I tried to create a padrino development environment with Docker
Create a Vue3 environment with Docker!
Node.js environment construction with Docker Compose
Build Couchbase local environment with Docker
Build a local development environment for Rails tutorials with Docker-Introduce Bootstrap and Font Awesome with Webpack-
Build PlantUML environment with VSCode + Docker
Build environment with vue.js + rails + docker
Create Laravel environment with Docker (docker-compose)
Build jooby development environment with Eclipse
Copy and paste test with RSpec
Build Unity development environment on docker
Build Go development environment with WSL2 + Docker Desktop + VSCode (Remote --Containers)
Build a SPA for Laravel 6.2 / Vue.js / Nginx / Mysql / Redis with Docker
Procedure for building a Rails application development environment with Docker [Rails, MySQL, Docker]
Create a flyway jar with maven and docker build (migrate) with docker-maven-plugin
Build a browser test environment using Capybara in the Docker development environment
Steps to build a Ruby on Rails development environment with Vagrant
I tried to build a laravel operating environment while remembering Docker