drupalninja / drupalx-project

Project repo for the DrupalX theme and installation.
GNU General Public License v2.0
19 stars 2 forks source link

The initial directory structure is not correct. #9

Open qjones3 opened 1 month ago

qjones3 commented 1 month ago

The following commands were run:

  1. composer create-project drupalninja/drupalx-project:10.x-dev my-custom-project --no-interaction
  2. ddev config
  3. ddev install
  4. ddev . drush cex -y
  5. ddev . drush si -y drupalx --existing-config
Screenshot 2024-07-18 at 1 48 14 PM
drupalninja commented 1 month ago

Thanks I will take a look

drupalninja commented 1 month ago

Fixed some paths in https://github.com/drupalninja/drupalx_theme/commit/eb1847dacc8bcd3b604756da61e13bcdea60f149

Updated the lock on this project so you can test again