Skip to content

juancarielo/drupal10-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drupal Logo

Just a simple Drupal 10 project for tutorial.

Requirements

Versions I'm currently using:

Install

Clone the repo into a folder of your preference:

git clone git@github.com:juancarielo/drupal10-tutorial.git && cd drupal10-tutorial

Configure DDEV project (optional):

ddev config --project-type=drupal10 --docroot=web --create-docroot

Then start the project:

ddev start

Install dependencies using Composer:

ddev composer install

To stop:

ddev stop

To delete, execute this line:

ddev delete -Oy

Tips

Create a project without installation, just generating the composer.json and composer.lock files:

composer create-project drupal/recommended-project . --no-install

About

Drupal 10 project for tutorial.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages