Skip to content

duongtuanqb/Install-Laravel-in-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Install Laravel in Docker 🐳

GitHub forks GitHub stars GitHub license GitHub All Releases

Docker compose services:

Servicer name Tag
php 7.4-fpm-alpine
phpmyadmin latest
nginx alpine
mysql 8.0
redis 5-alpine

Setup:

$ cd docker $ docker-compose up -d --build $ docker-compose exec php /bin/sh $ laravel new

# laravel http://localhost:8080
# phpmyadmin http://localhost:8081