drupal-settings / drupal-composer
Project template for Drupal 8 projects with composer
Installs: 40
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 2
Type:project
Requires
- php: >=7.3
- composer/installers: ^1.9
- cweagans/composer-patches: ^1.6.5
- drupal-settings/basic: ^1.8
- drupal/config_split: ^1.5
- drupal/core-composer-scaffold: ^9
- drupal/core-project-message: ^9
- drupal/core-recommended: ^9
- drush/drush: ^10.0.0
- kporras07/composer-symlinks: 0.1.x-dev
- vlucas/phpdotenv: ^4.0
- zaporylie/composer-drupal-optimizations: ^1.1
Requires (Dev)
- consolidation/robo: ^2.0
- drupal/core-dev: ^9
- drupal/devel: ^3.0
- vijaycs85/drupal-quality-checker: ^1.0
Conflicts
README
This project template provides a starter kit for managing your site dependencies with. This is meant as a starting point. Change things as need it.
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development purposes.
Prerequisites
In order to create a new project, you will need to have install:
- PHP 7.3 or up (this is only for creating the project)
- Composer
- Lando
Installing
Replace project-name
with the name of the folder or the proj ect
composer create-project drupal-settings/drupal-composer project-name
In order to start the project run:
lando start
This will install your Drupal project. If there are any configuration files available, it will install Drupal with those configurations.
Built With
- Drupal - The web framework used.
- Composer - Dependency Management.
- Lando - local development environment tool built on Docker container technology.
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Daniel Noyola - Initial work - danielnv18
See also the list of contributors who participated in this project.
License
This project is licensed under the GNU v2.0 License - see the LICENSE.md file for details
Acknowledgments
- Inspiration: drupal-composer/drupal-project