@lukutpg/lando-magento
v1.10.4
Published
A Lando plugin that provides a tight integration with Magento.
Downloads
6
Maintainers
Readme
Magento Lando Plugin
This is the NOT official Lando plugin for Magento. When installed it...
lando plugin-add @lukutpg/lando-magento
- Allows users to run a
magentoapp - Includes the Magento CLI, accessible via
lando magento - Allows configuration of PHP versions (e.g., PHP 5.3 to 8.4+) via Lando's PHP service
- Allows users to configure
Search Engine(elastisearchoropensearch) - Allows users to configure
Queue Engine(rabbitmq) - Allows users to configure
webroot - Allows users to configure web server to (
apacheornginx) - Allows users to configure database backend to (
mariadb,mysql, orpostgres) - Allows users to configure
composer - Allows users to configure a caching backend (
redisormemcached) - Allows users to configure
xdebug
Of course, once a user is running their Magento project with Lando they can take advantage of all the other awesome development features Lando provides.
Basic Usage
- Add a
lando-magentoplugin by command:
lando setup --plugin @lukutpg/lando-magento- Add a
magentorecipe to your Landofile
name: magento-app
recipe: magento
config:
php: '8.2'
via: apache:2.4
database: mysql:5.7