Releases: harlan-zw/laradock-cli
Releases Β· harlan-zw/laradock-cli
v0.4.5
v0.4.4
v0.4.3
v0.4.2
v0.4.1
v0.4.0
π 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
π 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
π 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
π§ 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
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.