This is the official Lando plugin for Lagoon. When installed it...
- Closely mimics Lagoon's stack, versions locally
- Allows you to easily
pull
your Lagoon site down locally - Allows you to easily
push
your changes back to Lagoon
Of course, once a user is running their Lagoon project with Lando they can take advantage of all the other awesome development features Lando provides.
Clone a project down from Lagoon.
# Clone a site from a lagoon instance
lando init --source lagoon
# Start it up
lando start
# Pull down files and database
lando pull --database main --files main
# List information about this apps services.
lando info
Once your project is running you can access relevant tooling commands.
For more info you should check out the docs:
If you have a question or would like some community support we recommend you join us on Slack.
If you'd like to report a bug or submit a feature request then please use the issue queue in this repo.
We try to log all changes big and small in both THE CHANGELOG and the release notes.
If you're interested in working on this plugin then we recommend you check out the development guide.
Made with contributors-img.