Lando VS DDEV
Lando and DDEV are both wrappers for docker containers that make it easy to set up a local development environment.
I have used...
Lando and DDEV are both wrappers for docker containers that make it easy to set up a local development environment.
I have used...
MariaDB released a change that breaks importing database dumps that were made from an updated database.
The change was made for...
Docker docs push Docker Desktop, making the Docker Engine instructions hard to find.
Lando for Linux requires docker engine.
DDev...
XHProf is a profiler that can measure processing time for each function called to render a page.
.lando.yml
s...
Mailhog is a tool for testing emails.
To configure for lando:
proxy: mailhog: - mailhog.SITENAME.lndo.site services: mailhog: type...
Lando makes it easy to set up local Drupal environments for development. A default installation will provide a webserver and...
.lando.yml
config: xdebug: "debug,develop"
SSH into the lando box and run export XDEBUG_SESSION=drush
. That will set up php...
If you're building sites for different clients, you usually want a custom codebase and server for each. However if you have a...
mycli is a better sql terminal client. https://www.mycli.net. It has autocomplete and can save queries among, other things.
To...
PHPMyAdmin is a database tool that has been around since 1998. You can use it to see your database structure and data and make...