PHP code example of agoalofalife / postman

1. Go to this page and download the library: Download agoalofalife/postman 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/ */

    

agoalofalife / postman example snippets


 'locale' => 'en',

...
agoalofalife\postman\SheduleEmailServiceProvider::class

...
  <body>
    @

 if (config('postman.switcher')) {
            $schedule->command(ParseCommand::class)->everyMinute();
        }
        

agoalofalife\postman\Contract\Mode::class

 'ui' => [
        'table' => [
            'id' => 60,
            'date' => 180,
            'email.theme' => 180,
            'email.text' => 400,
            'mode.name' => 140,
            'status_action_human' => 130,
            'updated_at' => 140,
            'operations' => 240,
        ]
    ]


'modes' => [
        \agoalofalife\postman\Modes\OneToAll::class,
        \agoalofalife\postman\Modes\Each::class,
    ]


  /*
     |--------------------------------------------------------------------------
     | Middleware
     |--------------------------------------------------------------------------
     | Set middleware
     */
     'middleware' => '',
bash
php artisan postman:install
bash
php artisan postman:seed 

php artisan vendor:publish --tag=postman-components