Skip to content

Instantly share code, notes, and snippets.

@zooks
Created June 17, 2018 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zooks/878a12079765d6375e8b6e9de58e0796 to your computer and use it in GitHub Desktop.
Save zooks/878a12079765d6375e8b6e9de58e0796 to your computer and use it in GitHub Desktop.
October debug plugin
<?php namespace Qwer\Asdf;
use System\Classes\PluginBase;
class Plugin extends PluginBase
{
public function boot()
{
//dump(\App::getFacadeApplication()['db.connection']->getPDO());
// dump(base_path(), themes_path());
phpinfo();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment