PHP code example of rocramer / laravel-mailcoach-postal-feedback

1. Go to this page and download the library: Download rocramer/laravel-mailcoach-postal-feedback 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/ */

    

rocramer / laravel-mailcoach-postal-feedback example snippets


Route::postalFeedback('postal-feedback');

protected $except = [
    'postal-feedback',
];

'postal_feedback' => [
    'public_key' => env('POSTAL_PUBLIC_KEY'),
],