Download the PHP package thereference/robo-lando without Composer
On this page you can find all versions of the php package thereference/robo-lando. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download thereference/robo-lando
More information about thereference/robo-lando
Files in thereference/robo-lando
Download thereference/robo-lando
More information about thereference/robo-lando
Files in thereference/robo-lando
Vendor thereference
Package robo-lando
Short Description Lando extension for Robo Task Runner
License MIT
Package robo-lando
Short Description Lando extension for Robo Task Runner
License MIT
Please rate this library. Is it a good library?
Informations about the package robo-lando
Robo Lando Extension
Extension to execute Lando commands in Robo.
Runs Lando commands in stack. You can define global options for all commands (like Lando init).
The option -y assumed by default but can be overridden on calls to exec()
by passing false
as the second parameter.
Table of contents
- Versions
- Installation
- Testing
- Usage
- Examples
Installation
Versions
~1.0
: Robo >= 1.0.0-RC1
Add "thereference/robo-lando": "~1"
to your composer.json:
Execute composer update
.
Testing
composer test
Usage
Use the trait (according to your used version) in your RoboFile:
Examples
Show Configuration
Destroy the infrastructure of an application
Get information about a Lando application
Initialize a new Lando application
List the running Lando applications
Print Lando logs of an application
Shut down all running Lando containers
Rebuild Lando containers and tools
Stop and restart a Lando application
Publicly expose a Lando URL
Ssh into a specific service of a Lando application and execute a command
Start a Lando application
Stop a Lando application
Print the version of Lando
All versions of robo-lando with dependencies
PHP Build Version
Package Version
The package thereference/robo-lando contains the following files
Loading the files please wait ....