Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/webmastersaid/docker-laravel

Docker + Laravel example
https://github.com/webmastersaid/docker-laravel

css docker docker-compose docker-container dockerfile html laravel laravel-framework mysql nginx nginx-configuration nginx-docker nginx-server php php8

Last synced: 4 days ago
JSON representation

Docker + Laravel example

Awesome Lists containing this project

README

        

## Docker container Laravel example

- create container
`make up`

- remove container
`make down`

- start container
`make start`

- stop container
`make stop`

- bash terminal container
`make bash`

- sh terminal container
`make sh`

- build
`make build`