jasonmccallister / laravel-docker-preset
My default setup for shipping Laravel projects on Docker
Requires
- laravel/framework: ^5.8
This package is auto-updated.
Last update: 2020-02-09 23:26:41 UTC
README
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.
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.