neoighodaro / laravel-docker

Getting Started With Laravel and Docker.
55 stars 27 forks source link
docker laravel

Use this repository to get started with developing your Laravel application in a Docker container.

Creator | Getting Started

This repo has been discontinued. Please use Laravel Sail or Little Sail instead

 

 

Pre-requisites

 

Installation

To get started, the following steps needs to be taken:

 

Using Redis and/or MySQL

To use Redis or MySQL, uncomment the service definition in the docker-compose.yml file. Also remember to uncomment the links and depends_on list.

 

Troubleshooting