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
- Host: GitHub
- URL: https://github.com/sevir/drupal_symfony_lando
- Owner: sevir
- Created: 2020-03-05T14:07:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-05T14:16:03.000Z (over 6 years ago)
- Last Synced: 2025-10-27T21:07:29.694Z (8 months ago)
- Topics: drupal, lando, symfony
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```