Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 438 Bytes

File metadata and controls

13 lines (8 loc) · 438 Bytes

Setup project

  • Get source code ddev composer install
  • Install the site ddev drush site:install --db-url=mysql://db:db@ddev-paragraphs-layout-builder-db/db --account-pass=admin -y
  • Enable needed modules: ddev drush en admin_toolbar merlb -y

Useful info:

User/pass: admin/admin

Developing:

If you are developing uncomment web/sites/default/settings.php to invalidate cache layers to avoid unexpected behaviors.