Releases: rennokki/laravel-aws-eb
Releases · rennokki/laravel-aws-eb
v2.2.1
v2.2.0
v1.0.2
This release is related to the amazon-ami
branch, which is an older version for Amazon images. It is highly recommended to use the latest images which are based on Amazon Linux 2 and the configuration can be found on the master
branch.
/var/app/ondeck
folder should be used during deployments (#12)
v2.1.3
v2.1.2
v2.1.1
v2.1.0
This version adds various extras, like Imagick & Memcached Auto Discovery.
Please see the PR for the full changelog: #7
- Various identation & spacing fixes
- Added Imagick install help (disabled by default) in
.platform/hooks/prebuild/install_imagick.sh
- Added Memcached Auto Discovery install help (disable by default) in
.platform/hooks/prebuild/install_memcached_discovery.sh
- Added a log deleter CRON file (disabled by default) for
laravel.log
deletion (avoiding overacumulation of the logs locally, on the instance)