https://github.com/yardinternet/lando-brave
Brave template for Lando
https://github.com/yardinternet/lando-brave
Last synced: 5 months ago
JSON representation
Brave template for Lando
- Host: GitHub
- URL: https://github.com/yardinternet/lando-brave
- Owner: yardinternet
- License: eupl-1.2
- Created: 2025-06-20T13:58:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-12T21:03:40.000Z (6 months ago)
- Last Synced: 2026-01-13T19:45:22.992Z (6 months ago)
- Size: 90.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Lando file for Brave projects
## Installation
```shell
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`:
```yml
preLandoFiles:
- /vendor/yard/lando-brave/.lando.brave.yml
```
## Project configuration
Add a minimal `.lando.yml` to the root of your project:
```yaml
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:
```yaml
# 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.
## About us
[](https://www.yard.nl/werken-bij/)