PHP code example of dinesh / bugonemail

1. Go to this page and download the library: Download dinesh/bugonemail library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

dinesh / bugonemail example snippets



    return array(
        'project_name' => '? ',
        'notify_emails' => array('[email protected]'),
        'email_template' => "bugonemail::email.notifyException",
        'notify_environment' => array('local','production'),
        'prevent_exception' => array('Symfony\Component\HttpKernel\Exception\NotFoundHttpException'),
    );