PHP code example of tendersrl / bugsnag-deployer-recipe

1. Go to this page and download the library: Download tendersrl/bugsnag-deployer-recipe 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/ */

    

tendersrl / bugsnag-deployer-recipe example snippets

 artisan bugsnag:deploy
 php
public function boot()
{
    Bugsnag::setAppVersion('v1.2.3');
}
app/Console/Kernel.php
vendor/tendersrl/bugsnag-deployer-recipe/recipes/BugsnagRecipe.php
deployer.php
 php
 php
after('your:last:task', 'artisan:bugsnag:deploy');