How do you modify the WordPress directory structure?
I would like to use the following directory structure for WordPress.
├── composer.json
├── config
│ ├── application.php
│ └── environments
│ ├── development.php
│ ├── staging.php
│ └── production.php
├── vendor
└── web
├── app
│ ├── plugins
│ ├── themes
│ └── uploads
├── wp-config.php
├── index.php
└── wp
Topic directory deployment customization Wordpress
Category Web