marcusmyers / laravel-docker-skeleton by marcusmyers

A laravel app skeleton that uses docker
43
1
2
Package Data
Maintainer Username: marcusmyers
Maintainer Contact: marcusmyers@gmail.com (Mark Myers)
Package Create Date: 2017-05-02
Package Last Update: 2017-05-10
Language: PHP
License: MIT
Last Refreshed: 2024-04-15 15:14:11
Package Statistics
Total Downloads: 43
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

Laravel Docker Skeleton

Laravel Docker Skeleton is a package that can be used to create a new laravel app with docker in mind. There are other solutions out there like Laradock, but this seems a lot easier to get started.

Requirements

  • docker
  • docker-compose

Note These can be installed with Docker for Mac or Docker for Windows depending on your operating system.

Usage

To get started with a laravel project with docker built in create your project like so.

$ composer create-project marcusmyers/laravel-docker-skeleton ./my-project
$ cd my-project
$ docker-compose up -d

Technologies

Docker Images