This repository has been archived by the owner on Mar 18, 2021. It is now read-only.
Releases: othyn/docker-compose-laravel
Releases · othyn/docker-compose-laravel
Beluga Whale's Cousin
Beluga Whale Calf's Sibling
- Added a fix for connecting to the MySQL 8 container in local environments.
- Added a note about this repo being an opinionated implementation.
- Removed laravel-cors as a package recommendation now that it is built it by default in v7.
Beluga Whale Calf
- Added readme note about versioning
- Extended terminal line padding to match longest line
Beluga Whale
- Major rewrite after a recent project usage, I didn't like the way this was structured. The application it now builds is flat and no longer uses the
/src
sub directory. - There is now a
default.env
which powers the default values that the installer will use to merge into your local.env
and.env.example
files. - MySQL has been updated to use the
latest
container tag. - PHP has been updated to use tag
7.4.5-fpm-alpine
. Thelatest
tag for PHP runs significantly larger than thealpine
releases due to alpines nature. Plus, it would require a re-write of the container. - Fixed splelling misrakes within the README.
- The MySQL container no longer uses a directory to persist, instead it uses a volume, not sure why I didn't do it this way in the first place...
- Both new and existing installations have been completed reworked for a simpler install process.
- Both new and existing installations have been tested.
Minke Whale
- Added composer support
- Added yarn support
- Updated docs
Blue Whale
- Inital release.
- docker-compose configured for Laravel projects.
- Supports integration into new and existing projects.
- Assisting bash scripts for project setup.
- Extensive documentation.