Skip to content

reancode-dev/docker-laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DockerLaravel

This repository is where docker-laravel help you get started with laravel easily.

Required Dependencies

Local environment with Docker

  • Clone this repository into your computer

    git clone [email protected]:reancode-dev/docker-laravel.git ~/dev/docker-laravel
  • Navigate into the project directory

    cd ~/dev/docker-laravel
  • Run script to set up

    chmod u+x local.sh
    ./local.sh

    Note: This local set up run first time only.

  • Verify installation by visit http://localhost on the browser.

Useful docker command

  • Manually up docker

    docker-compose up -d
  • Manually kill running docker

    docker-compose kill

Maintainer