PHP code example of bestfitcz / laravel-czk-exchange-rates
1. Go to this page and download the library: Download bestfitcz/laravel-czk-exchange-rates 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/ */
bestfitcz / laravel-czk-exchange-rates example snippets
return [
];
$variable = new Bestfitcz\LaravelCzkExchangeRates();
echo $variable->echoPhrase('Hello, Bestfitcz!');
bash
php artisan vendor:publish --tag="laravel-czk-exchange-rates-migrations"
php artisan migrate
bash
php artisan vendor:publish --tag="laravel-czk-exchange-rates-config"
bash
php artisan vendor:publish --tag="laravel-czk-exchange-rates-views"