Recommend this page to a friend! |
Classes of Muhammad Umer Farooq | Whoops | README.md | Download |
|
DownloadWhoops[READ ONLY] Subtree split of the Zest Whoop component (see https://github.com/zestframework/Zest_Framework) usageWhoops is a PHP library for handling exceptions and errors. Requirement
Features
InsallationInstalling this package is very simple, first ensure you have the right PHP version and composer installed then in your terminal/(command prompt) run:
<?php $whoops = new Whoops();
<?php use Zest\Whoops; require '../vendor/autoload.php'; $whoops = new Whoops(); $a = 10; echo "The value of a is ".valueOfA(); /Rest of code/ echo "This is rest of code";
<?php $whoops = new Whoops(); $whoops->setEditor('sublime'); //Rest of code....
<?php $whoops = new Whoops(); $whoops->appendEditor("myeditor" , "myeditor://open?url=file://::file&line=::line",)
|