PHP code example of paws1234 / laravel-postman-generator
1. Go to this page and download the library: Download paws1234/laravel-postman-generator 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/ */
paws1234 / laravel-postman-generator example snippets
php artisan postman:generate
php artisan postman:clear
php artisan vendor:publish --provider="paws1234\LaravelPostmanGenerator\PostmanGeneratorServiceProvider"