PHP code example of mertcanureten / laravel-postman-collection

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

    

mertcanureten / laravel-postman-collection example snippets

bash
php artisan postman:export
bash
php artisan postman:export
bash
php artisan postman:export --output=api.json --name="My API" --auth-type=bearer