Coder Social home page Coder Social logo

mohsenmojadam2019 / laravel-with-docker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from agungprsty/laravel-with-docker

0.0 0.0 0.0 25 KB

Build a simple laravel application development environment with docker-compose.

Makefile 68.93% Dockerfile 31.07%

laravel-with-docker's Introduction

Laravel with Docker ๐Ÿณ

docker+laravel

Introduction

Build a simple laravel application development environment with docker-compose.

Requirement

  • Docker ^19.*

Installation

  1. click Use this template
  2. git clone & change directory
  3. execute the following command
$ make create-project # Install the latest Laravel project
  1. set src/.env variable :
DB_CONNECTION=mysql
DB_HOST=mysql
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=admin
DB_PASSWORD=admin
  1. show application in http://localhost
  2. show phpmyadmin in http://localhost:81
  3. list execute command in Makefile.

Container details :

Optional

  • redis use image:
  • rabbitmq use image:

Thanks and Inspired by:

@ucan-lab

laravel-with-docker's People

Contributors

agungprsty avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.