Using Composer Create Project with a local repository

TL;DR: You need to pass the location of the local folder as a repository and then make sure you set the “–prefer-dist” value to “@dev”. Just replace everything in caps below and you are good to go! composer create-project –prefer-dist SOURCE_SCOPE/SOURCE_NAME=”@dev” NEW_PROJECT_NAME –repository ‘{“type”: “path”, “url”: “/PATH/TO/THE/SOURCE/PROJECT”, “options”: {“symlink”: false}}’ I was recently working on …

Using Composer Create Project with a local repository Read More »

WordPress site health reports “authorization header is missing” on Bitnami WordPress

If you are using AWS Lightsail or running a Bitnami instance somewhere else for WordPress and want to use the REST API chances are you will have issues. In my case it manifested in not being able to authenticate even though I knew the credentials were correct. Then thanks to some help from the Gravity …

WordPress site health reports “authorization header is missing” on Bitnami WordPress Read More »