Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.24 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.24 KB

Ins and Outs of PHP Namespacing Lab

This repository is for a starter WordPress plugin for the Ins and Outs of PHP Namespacing for WordPress lab. You'll use this plugin throughout the hands-on coding lab. You'll be building code as you learn deeply about PHP namespacing.

Installation

Using Git Clone

  1. In terminal, navigate to {path to your sandbox project}/wp-content/plugins.
  2. Then type in terminal or Git Bash: git clone git@github.com:KnowTheCode/InsOutsPHPNamespacing.git (see note below)
  3. Log into your WordPress website.
  4. Go to Plugins and activate the InsOutsPHPNamespacing plugin.

Note: If you get a permission denied, then you may need to clone using the full HTTPS path:

git clone https://github.com/KnowTheCode/InsOutsPHPNamespacing.git

Downloading

If you do not have git or SSH setup yet, then you can click on the Download button here in this repository. Install following these steps:

  1. Click on the Download button above.
  2. Move the zipped file into your project's {path to your sandbox project}/wp-content/plugins folder
  3. Unzip the file
  4. Log into your WordPress website.
  5. Go to Plugins and activate the InsOutsPHPNamespacing plugin.