This repository is where docker-laravel help you get started with laravel easily.
- PHP >= 7.4
- MySQL >= 5.7
- Composer
- docker-compose >= 1.24
- Docker >= v19.03
-
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.
-
Manually up docker
docker-compose up -d
-
Manually kill running docker
docker-compose kill