Skip to content

kodhub/laravel-dockerized

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com: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 ->