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: 3 months ago
JSON representation
Docker + Laravel example
- Host: GitHub
- URL: https://github.com/webmastersaid/docker-laravel
- Owner: webmastersaid
- Created: 2023-11-15T07:44:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-10T00:11:39.000Z (6 months ago)
- Last Synced: 2025-01-08T12:22:51.968Z (5 months ago)
- Topics: css, docker, docker-compose, docker-container, dockerfile, html, laravel, laravel-framework, mysql, nginx, nginx-configuration, nginx-docker, nginx-server, php, php8
- Language: PHP
- Homepage:
- Size: 279 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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`