Skip to content

mappweb/docker-compose-laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-compose-laravel

Environment for laravel applications

Getting Started

Available for versions 7.X and 8.X of the Laravel Framework.

Deploy containers

docker-compose up -d --build

Directory structure

├── app
├── configs
│   └── mysql
├── data
│   ├── logs
│   └── mysql
├── dockerfiles
│   └── php
│        └── Dockerfile
├── docker-compose.yml
└── README.md

Usage

clone your application in the app directory and mount the server with the following command:

docker exec -it php_app php artisan serve --host=0.0.0.0 --port=8000

About

Environment for laravel applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published