Created
June 17, 2018 19:37
-
-
Save zooks/878a12079765d6375e8b6e9de58e0796 to your computer and use it in GitHub Desktop.
October debug plugin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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