Skip to content

Instantly share code, notes, and snippets.

View theycallmepepper's full-sized avatar

Pepper theycallmepepper

  • Califiornia
View GitHub Profile

Keybase proof

I hereby claim:

To claim this, I am signing this object:

@theycallmepepper
theycallmepepper / Playground2.php
Created July 10, 2017 03:54
Magento 2.x Bootstrapped class example
<?php
//@see https://www.davidaaronyoung.com/m2-debugging-playground-continued/
//I should live in the root dir next to index.php
require __DIR__ . '/app/bootstrap.php';
/**
* Class Playground2
*/
class Playground2 {