Setup a new WordPress installation via Composer
PHP 5.6+
Install Composer
$ composer create-project wpscholar/wp-skeleton {directory}Replace {directory} above with the folder name of your new project.
Open up the .env file and edit your database credentials. The default file is designed to work with Local.
Don't forget to:
- Customize the
readme.mdfile for your project - Update the project's meta data in the
composer.jsonfile.