Skip to content

yardinternet/lando-brave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lando file for Brave projects

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

About

Brave template for Lando

Resources

License

Contributing

Stars

1 star

Watchers

0 watching

Forks

Packages

 
 
 

Contributors