Skip to content

Instantly share code, notes, and snippets.

View jjpeleato's full-sized avatar
🖖
Full-stack Developer

José J. Peleato Pradel jjpeleato

🖖
Full-stack Developer
View GitHub Profile
@jjpeleato
jjpeleato / .lando.yml
Created February 21, 2020 07:45
Apache 2.* + PHP 7.2 + Maria DB + Node JS + Mailhog + PhpMyAdmin
# See: https://lando.dev/
name: lamp
# See: https://docs.devwithlando.io/tutorials/lamp.html
recipe: lamp
config:
php: "7.2"
webroot: public
database: mariadb
xdebug: true