All Projects → kodhub → laravel-dockerized

kodhub / laravel-dockerized

Licence: MIT license
Laravel easy docker environment.

Programming Languages

shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to laravel-dockerized

wamp-server
WAMP Basic Profile Router
Stars: ✭ 31 (-31.11%)
Mutual labels:  wamp-server
FoxPHP
一个轻量级的Nginx+PHP8本地开发环境
Stars: ✭ 8 (-82.22%)
Mutual labels:  wamp-server
dockerized
🐳 Build once, run anywhere
Stars: ✭ 70 (+55.56%)
Mutual labels:  dockerized
mercury-parser-api
🐋 A Dockerized drop-in replacement for the Mercury Parser API.
Stars: ✭ 89 (+97.78%)
Mutual labels:  dockerized
pg-dock
pg-dock cluster managment
Stars: ✭ 19 (-57.78%)
Mutual labels:  dockerized
docker-cheat-sheet
📦 📝 Handy list of all docker commands with their description & usage examples prepared
Stars: ✭ 34 (-24.44%)
Mutual labels:  dockerized
drf-angular-docker-tutorial
Dockerized Django Back-end API using DRF with Angular Front-end Tutorial
Stars: ✭ 53 (+17.78%)
Mutual labels:  dockerized
docker-laravel-vuejs
🌟 🎯 📰 Dockerized Blog + Forum + REST API + App using Laravel, Vue.js
Stars: ✭ 27 (-40%)
Mutual labels:  dockerized

Laravel Dockerized

GitHub release (latest by date including pre-releases) GitHub issues GitHub closed issues GitHub All Releases

Laravel easy docker environment.

for Magento2

Support

  • nginx
  • php-fpm ( v7.2 )
  • mysql ( v5.7 )
  • redis
  • crontab
  • supervisor

Install on Your Laravel Project

Write the following code to the directory where your project folder is located on the terminal.

1- git clone [email protected]:kodhub/laravel-dockerized.git .docker

2- docker-compose up -d --build

3- docker exec -it <container-id> bash

4- Your project install steps

Documentation

Türkçe dökümana git ->

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].