Skip to content

Releases: laradock/laradock

v1.4.0

14 May 01:55
Compare
Choose a tag to compare
  • Separate the PHP versions to multiple dockerfiles (405067d)

v1.3.0

12 May 12:25
Compare
Choose a tag to compare
  • Support Memcached

v1.2.0

09 May 12:56
Compare
Choose a tag to compare
  • Support MariaDB
  • Support Beanstalkd
  • Support Beanstalkd Console
  • Fix installing PostgresSQL driver on the PHP Containers

v1.1.1

08 May 10:42
Compare
Choose a tag to compare
  • Fix scaling conflict by removing the fixed containers names from the docker-compose file

v1.1.0

07 May 02:33
Compare
Choose a tag to compare
  • Support PostgresSQL
  • Allow users to define their combination of software's and selecting their desired database engine.

v1.0.0

06 May 15:57
Compare
Choose a tag to compare
  • Upgrade docker compose to v2
  • Build images locally instead of pulling them from the registry, for easier control
  • Separate the PHP container form the NGINX container
  • Support PHP 7 (with ability to switch to 5.5 or 5.6)
  • Remove the beanstalkd container to be optionally added later by the user
  • Follow clean and easy to manage dockerfile structure

v0.3.1

06 May 15:50
Compare
Choose a tag to compare
  • General updates and fixes.

v0.3.0

04 Apr 07:52
Compare
Choose a tag to compare
  • Change the default PHP version is 5.6 instead of 5.5
  • Add ability to choose between the supported PHP versions

v0.2.1

04 Apr 02:39
Compare
Choose a tag to compare
  • Switch from pulling the latest docker images versions to pulling the latest stable version (tag).

v0.2.0

17 Feb 16:24
Compare
Choose a tag to compare
  • Works with any Laravel version.
  • Remove the pre configured Laravel installation.
  • Requires zero configuration on the Laravel side (excluding the .env file).