Skip to content
This repository was archived by the owner on Sep 15, 2019. It is now read-only.

jasonmccallister/laravel-docker-preset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Presets for shipping Laravel on Docker

Latest Version on Packagist Total Downloads

Quickly scaffold new projects for shipping Laravel apps with Docker easily! The preset will give you a Dockerfile, docker-compose.yaml, .dockerignore, and Makefile with helpful commands to start developing and shipping your application in Docker.

These are tips that I have learned shipping multiple Laravel applications (Amazon ECS, Google Cloud, and Docker Cloud (R.I.P)) over the years in one place.

Laravel Docker Preset

Installation

You can install the package via composer:

composer require jasonmccallister/laravel-docker-preset

Usage

php artisan preset docker

Now you can run make up and Docker will start to build your app, database, queue worker, and redis.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

My default setup for shipping Laravel projects on Docker

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published