jasonmccallister/laravel-docker-preset

This package is abandoned and no longer maintained. No replacement package was suggested.

My default setup for shipping Laravel projects on Docker

v1.1.0 2019-05-09 18:19 UTC

This package is auto-updated.

Last update: 2020-02-09 23:26:41 UTC


README

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 themccallister@gmail.com instead of using the issue tracker.

Credits

License

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