| 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: | 2025-10-30 15:05:13 | 
| Package Statistics | |
|---|---|
| Total Downloads: | 46 | 
| Monthly Downloads: | 0 | 
| Daily Downloads: | 0 | 
| Total Stars: | 1 | 
| Total Watchers: | 1 | 
| Total Forks: | 0 | 
| Total Open Issues: | 0 | 
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.
Note These can be installed with Docker for Mac or Docker for Windows depending on your operating system.
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