For information about Laravel, see the original README.md.
A base for running Laravel under Docker locally and on AWS. Note: this codebase is very much a WIP.
-
Use composer's create-project command to create a new project in a folder blog:
$ composer create-project --prefer-dist alexkb/laravel-docker:dev-master blog
-
Build and run application
$ cd blog $ ./scripts/local/build.sh $ ./scripts/local/start.sh
-
Now load up http://localhost:8083/ in a browser, and you should see the default Laravel home page.
- Add in AWS CLI container with ability to push to ECS or Fargate.
- Document how to use with Bitbucket Pipelines
- Containers for scheduler and queue worker.
Laradock is a very good package at covering all use cases for Laravel with Docker. This project has a different use case, which is to provide the bare minimum as a start point, as well as being easier to deploy to an online environment.