composer/installers is for PHP package authors to require in their composer.json. It will install their package to the correct location based on the specified package type. website: Example of the composer.json file in the template folder add the following code to the root of the template folder with the correct name and update the type to
Running the same WordPress code with all credentials on multi-environment (like local, staging & live site) is not an easy job. The following code will make it easy. Its added multi config file to WordPress and can save different credential with no conflict. Get started First download the following code and then add it to
In order to use git Check git version Command: git -version If not install, add it to your server (Centos) sudo yum install git-all Create local Repository: Command: git init Add all file to your local git command: git add -u * Commit them to your local repository command git commit <file> -m “some comment”
- 1
- 2