PHP code example of smarterp-dev / pdf-template

1. Go to this page and download the library: Download smarterp-dev/pdf-template 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/ */

    

smarterp-dev / pdf-template example snippets

bash
  vendor/bin/phpunit tests/Unit/TemplateTest.php
  
bash
php artisan vendor:publish --tag=views
bash
php artisan vendor:publish --tag=view-templates
bash
php artisan vendor:publish --tag=view-examples