PHP code example of bildvitta / iss-produto

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

    

bildvitta / iss-produto example snippets


return [

    'base_uri' => env('MS_PRODUTO_BASE_URI'),

    'prefix' => env('MS_PRODUTO_API_PREFIX')
];

$issProduto = new \Bildvitta\IssProduto\IssProduto('jwt-hub');

$issProduto->realStateDevelopment()->search(['name' => 'Example']);
print_r($issProduto->realStateDevelopment()->find('uuid'));
bash
php artisan vendor:publish --provider="Bildvitta\IssProduto\IssProdutoServiceProvider" --tag="iss-produto-config"