Mautic 5.1.1 setup with the Mautic recommended-project and Lando. This project was setup following this guide: How to setup Mautic recommended-project with Lando.
Note that the recommended-project is a production instance and using it for local development isn't advised, see issue 'APP_ENV=dev is not working'.
You need to have these applications installed to operate on all environments:
# Startup the container
lando start
# Install composer packagers
lando composer install
# Import the dump.sql
lando db-import dump.sql
Ready! Now go to https://mautic-lando.lndo.site to see your site. Login with admin:Mautic_Admin1
.
List information about this app
lando info
Export database
lando db-export dump.sql
Clear cache
lando mt cache:clear
List available commands for Mautic
lando mt list