Setup a new WordPress installation via Composer
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:
readme.md
file for your projectcomposer.json
file.