Hacker News new | ask | show | jobs
by dylanlacom 4349 days ago
Where is the wp-admin directory and the files in wp-includes?
1 comments

It's installed through Composer. In composer.json it sets up a custom repository to download the latest version of WordPress, and then uses the "extra" section to install it to a custom directory (in this case the public directory).
ah I see. Thanks andrewryno.