Skip to content

KnowTheCode/Non-WordPress-Sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Non-WordPress Sandbox

This repo is the starter project for KnowTheCode.io. Come check out the Let’s Build a Non-WordPress Sandbox lab, where you will build this project with Tonya as she explains each step.

You will use this plugin to build labs with us and test constructs in the Docx.

Features

This plugin includes the following features:

  1. Composer - Dependency Manager for PHP
  2. Kint - Awesome package that helps you to debug - forget var_dump and print_r. You are going to love Kint.
  3. Whoops - Oh man, you will wonder why this isn't built into PHP. When an error occurs, this displayer replaces out the PHP orange table and gives you information you can actually use.

Installation

  1. Download it.
  2. Put into your Sites folder
  3. Extract it
  4. Go into the new folder
  5. Run composer install in terminal to bring in the dependencies and install Composer locally.

Installation from GitHub is as simple as cloning the repo onto your local machine. To clone the repo, do the following:

  1. Using PhpStorm, open your project and navigate to Sites. (Or open terminal and navigate there).
  2. Then type: git clone https://github.com/KnowTheCode/Non-WordPress-Sandbox.
  3. Go into the new folder
  4. Run composer install in terminal to bring in the dependencies and install Composer locally.

Updating to New Kint

If you have the old version of Kint, do the following:

  1. Change the dependency in your composer.json file to "kint-php/kint" : "^1.0",
  2. Run composer update in terminal or Git Bash to update all of the dependencies to the latest versions, including Kint.

That's it.

Contributions

All feedback, bug reports, and pull requests are welcome.

About

Non-WordPress Sandbox Site for testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages