Skip to content

mbezzi/laravel-docker

 
 

Repository files navigation

laravel-docker

Laravel Project on Docker

You will need these installed on your system.

  • Docker
  • Docker Compose

Clone the repository.

Go to the project directory and run the command

docker-compose up --build

Get access to the containers bash with testuser

docker exec -ti -u testuser laravel-docker_app_1 bash

To get details explanation on how to setup/create your own Laravel project on Docker you can read this article on medium

About

Laravel Project on Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 95.0%
  • HTML 3.3%
  • Dockerfile 1.1%
  • Vue 0.6%