Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 714 Bytes

File metadata and controls

24 lines (13 loc) · 714 Bytes

Laravel with Docker

Laravel with Docker

A docker-compose file for laravel applications with dockerfile.

Requirements

As you know you must install Docker with Docker-compose, In order to install these packages you can follow these links:

Usage

That's very easy, Just clone the project and pass 3 steps:

  1. Go to root of the project.
  2. run docker-compose up -d.
  3. run docker-compose exec app composer create-project --prefer-dist laravel/laravel .

Enjoy it ...