What's the correct Sage 9 folder structure

I’m confused. Trying to install sage 9, but the folder structure isn’t the way it’s shown in the documentation here: https://github.com/roots/sage. Did it change but the documentation is not updated yet?

What about the file structure is different?

In the example, looks like there is supposed to be an “app” directory in “themes/mythemename”. I’m looking for “app/setup.php” . My “themes” folder is in the “app” folder. I can find “setup.php”, but it’s in “mythemename/src/setup.php”

How did you install Sage 9? The repo shows that setup.php is still in app in the theme folder on master and the latest 9 branch: https://github.com/roots/sage/blob/master/app/setup.php

I followed the instructions pretty carefully (more than once). I went into my “site/web/app/themes” and used composer create-project roots/sage your-theme-name dev-master from the instructions.

Maybe I have the wrong branch??

I’m not aware of any sage branch that puts setup.php in a directory called src, but I could be mistaken. Can you post a screenshot of the directory layout you’re getting when you install?

I think SUPER early versions of Sage 9 did this but you shouldn’t be able to get those from Composer by accident.

Looks like composer clear-cache fixed the problem. Thanks for the help.