8 ms·
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
by andrewryno 12y ago
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).
- dylanlacom 12y agoah I see. Thanks andrewryno.