PHP code example of jpmerlotti / z2pay-money-field

1. Go to this page and download the library: Download jpmerlotti/z2pay-money-field 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/ */

    

jpmerlotti / z2pay-money-field example snippets


return [
];

$z2payMoneyField = new Jpmerlotti\Z2payMoneyField();
echo $z2payMoneyField->echoPhrase('Hello, Jpmerlotti!');
bash
php artisan vendor:publish --tag="z2pay-money-field-migrations"
php artisan migrate
bash
php artisan vendor:publish --tag="z2pay-money-field-config"
bash
php artisan vendor:publish --tag="z2pay-money-field-views"