PHP code example of takashato / laravel-vietqr

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

    

takashato / laravel-vietqr example snippets


$vietQr = new Takashato\VietQr();
echo $vietQr->echoPhrase('Hello, Takashato!');
bash
php artisan vendor:publish --tag="laravel-vietqr-config"
bash
php artisan vendor:publish --tag="laravel-vietqr-views"