yard/lando-brave

Baseline Lando file for Brave projects

Maintainers

Package info

github.com/yardinternet/lando-brave

Type:package

pkg:composer/yard/lando-brave

Transparency log

Statistics

Installs: 1 775

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 1

v1.4.0 2026-07-03 09:40 UTC

README

Installation

composer require yard/lando-brave --dev

Global configuration

Add '/vendor/yard/lando-brave/.lando.brave.yml' to preLandoFiles in your global lando config.

You can find the global lando config in ~/.lando/config.yml:

preLandoFiles:
  - /vendor/yard/lando-brave/.lando.brave.yml

Project configuration

Add a minimal .lando.yml to the root of your project:

name: project

proxy:
  appserver_nginx:
    - project.lndo.site
    - subsite.project.lndo.site
  mailpit:
    - mail.project.lndo.site
  pma:
    - pma.project.lndo.site

Create a .lando.base.yml file in the root of your project with the following content:

# This file is needed because Lando determines the app root based on the first loaded config file.

If you have a provision directory in your project's root, it is no longer necessary and can be removed.

Remote assets

To load missing assets from a remote server you can create a .lando.env file in your project root (and add it to .gitignore) and set the LANDO_REMOTE_ASSETS_URL variable (no trailing slash):

LANDO_REMOTE_ASSETS_URL="https://example.com"

About us

banner