8000 GitHub - laurielim/mautic-lando: Mautic recommended-project with Lando
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

laurielim/mautic-lando

Repository files navigation

Mautic recommended-project with Lando

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'.

Requirements

You need to have these applications installed to operate on all environments:

Create and start the environment

# 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.

Useful commands

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

About

Mautic recommended-project with Lando

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0