Skip to content
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.

Releases: othyn/docker-compose-laravel

Beluga Whale's Cousin

24 Jul 13:00
45b7c3d
Compare
Choose a tag to compare
  • Fix init script behaviour that will break if you're not just creating a databases within the SQL patch file or requiring more than one init SQL patch file to run.

Beluga Whale Calf's Sibling

24 Apr 13:52
Compare
Choose a tag to compare
  • 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

23 Apr 09:04
Compare
Choose a tag to compare
  • Added readme note about versioning
  • Extended terminal line padding to match longest line

Beluga Whale

23 Apr 09:09
Compare
Choose a tag to compare
  • 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. The latest tag for PHP runs significantly larger than the alpine 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

23 Apr 09:33
d344b44
Compare
Choose a tag to compare
  • Added composer support
  • Added yarn support
  • Updated docs

Blue Whale

23 Apr 09:31
Compare
Choose a tag to compare
  • Inital release.
  • docker-compose configured for Laravel projects.
  • Supports integration into new and existing projects.
  • Assisting bash scripts for project setup.
  • Extensive documentation.