Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@lando/joomla

lando1.9kGPL-3.01.8.0

A Lando plugin that provides a tight integration with Joomla.

lando, lando-plugin, lando-recipe, joomla

readme

Joomla Lando Plugin

This is the official Lando plugin for Joomla. When installed it...

  • Allows users to run joomla cms
  • Allows users to configure php version from 5.3 all the way to 8.1
  • Allows users to configure webroot
  • Allows users to configure web server to (apache or nginx)
  • Allows users to configure database backend to (mariadb or mysql)
  • Allows users to configure composer
  • Allows users to configure xdebug
  • Allows users to run joomla cli commands

Of course, once a user is running their Joomla project with Lando they can take advantage of all the other awesome development features Lando provides.

Basic Usage

Add a joomla recipe to your Landofile

name: joomla-app
recipe: joomla

For more info you should check out the docs:

Issues, Questions and Support

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.

Changelog

We try to log all changes big and small in both THE CHANGELOG and the release notes.

Maintainers

Contributors

Made with contributors-img.

Other Selected Resources

changelog

v1.8.0 - December 9, 2024

v1.7.3 - December 6, 2024

  • Updated the version index.md to get Docuverse page to build correctly.

v1.7.2 - December 4, 2024

v1.7.1 - November 4, 2024

v1.7.0 - October 25, 2024

  • Updated release process to generate an edge release when stable releases are created.

    • Removed unnecessary dependency lando/nginx.

v1.6.0 - October 18, 2024

  • Updated lando/php to v1.5.0.

v1.5.0 - September 30, 2024

  • Updated lando/mariadb to v1.5.0.
  • Updated lando/mysql to v1.3.0.

v1.4.1 - September 6, 2024

Bug Fixes

  • Fixed bug causing default proxy settings to be clobbered by user specified ones
  • Switched to mysql command for MariaDB 10.3.x and below #39

Internal

  • Updated DevOps to use new lando exec
  • Updated ubuntu test runners to 24.04

v1.4.0 - May 15, 2024

  • Updated mariadb plugin. #51

v1.3.0 - March 8, 2024

  • Updated to latest database services.

v1.2.1 - March 4, 2024

Fixes

  • Improved database selection for purposes of config loading, fixes some database bootup issues when the database type is overridden downstream

v1.2.0 - February 26, 2024

New Features

  • Added support for php:8.3

Internal

  • Updated to @lando/php@1.2.0
  • Added config testing.

v1.1.0 - February 20, 2024

  • Included ability to specify database: mssql in the config section to maintain backwards compatibility. @lando/mssql#31

v1.0.1 - January 4, 2024

  • Fixed regression issue with proxy URLs.

v1.0.0 - December 7, 2023

  • Dialed fully for lando update

v0.9.0 - July 3, 2023

  • Removed bundle-dependencies and version-bump-prompt from plugin.
  • Updated package to use prepare-release-action.
  • Updated documentation to reflect new release process.

v0.8.0 - February 26, 2022

v0.7.0 - December 12, 2022

  • Added bundle-dependencies to release process.
  • Fixed bug in plugin dogfooding test.

IN DEVELOPMENT

v0.6.0 - September 8, 2022

  • HYPERDRIVED

v0.5.0 - January 10, 2022

Lando is free and open source software that relies on contributions from developers like you! If you like Lando then help us spend more time making, updating and supporting it by contributing.

  • Initial Release