An open API service indexing awesome lists of open source software.

https://github.com/sevir/drupal_symfony_lando

Customized Lando LAMP recipe for programming with Drupal and Symfony
https://github.com/sevir/drupal_symfony_lando

drupal lando symfony

Last synced: about 1 month ago
JSON representation

Customized Lando LAMP recipe for programming with Drupal and Symfony

Awesome Lists containing this project

README

          

# Drupal and Symfony with Lando

This is a customized configuration a developer environment using Drupal 8 and Symfony with lando configuration

## New command line options

1. Installing Symfony CLI utils

```bash
lando install-symfony
```

2. Creating a new Symfony project

```bash
lando create-symfony-project
```

3. Installing Varbase distribution of Drupal8 inside the `drupal` folder

```bash
lando install-drupal
```