Skip to content

Releases: harlan-zw/laradock-cli

v0.4.5

22 Jul 22:19
Compare
Choose a tag to compare

πŸŽ‰ Features

  • Automatic Postgres Configuration

v0.4.4

21 Jul 02:19
Compare
Choose a tag to compare

πŸ› Bugs fixed

  • Fixed versioning display issue
  • Fixed MariaDB install

v0.4.3

21 Jul 01:55
Compare
Choose a tag to compare

βž• Improvements

  • laradock setup is now laradock install
  • Setup command styling looks nicer
  • Updated laradock files to latest version
  • Reduced binary size

πŸ› Bugs fixed

  • Fixed MySQL configuration
  • Fixed python / phpredis build error

v0.4.2

20 Jul 08:26
Compare
Choose a tag to compare

πŸŽ‰ Features

  • Automatic .env setting for MySQL details

βž• Improvements

  • Setup command is more consistent

πŸ› Bugs fixed

  • Make sure containers are stopped before removing any service (avoid orphaned containers)

v0.4.1

20 Jul 04:38
Compare
Choose a tag to compare

πŸŽ‰ Features

  • Nginx auto configuration

βž• Improvements

  • Setup command is more consistent

v0.4.0

19 May 04:39
Compare
Choose a tag to compare

πŸŽ‰ Features

Updated workspace to be more useful

  • Now uses oh my zsh for better aliasing
  • Added AWS cli
  • Will mount your local user files so less usability issues

πŸ› Bugs

  • Will copy service folders if they already exist, allowing for easier updates
  • Will prompt you to rebuild when adding a service

v0.3.0 - First official release

28 Apr 05:31
Compare
Choose a tag to compare

πŸŽ‰ Features

  • Improved automation for Apache2 and mysql service through the setup command
  • Moved init command to setup command

πŸ“– Documentation

  • Added more verbosity to commands

v0.2.0

27 Apr 01:34
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

πŸŽ‰ Features

  • Most docker-compose commands are available (Build, Down, Up, Exec, Push)
  • More intuitive init scripting
  • Added default ./laradock to start docker-compose and mount to workspace

πŸ”§ Bug Fixes

  • Mount Command: TTY was not being set and command was failing

v0.1.1

20 Apr 07:21
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

πŸ”§ Bug Fixes

  • Fixed laradock workspace command
  • Fixed runtime folder to be consistent with Laravel, now found at ./storage/docker
  • Removed laradock as a composer dependency. Moved to bin to avoid composer errs

πŸš€ Improvements

  • Improved documentation
  • Phar file release

πŸŽ‰ Initial Pre-release

19 Apr 00:20
Compare
Choose a tag to compare
Pre-release

⚠️ Pre-release ⚠️

This is a pre-release of the Laradock CLI. There are no unit tests in place and it has not been thoroughly tested.

βœ”οΈ Working

  • This has been tested on a fresh Laravel installation without issue. You may need to manually change some environment variables for it to work with all services.