PHP code example of prime-kit / check-kar

1. Go to this page and download the library: Download prime-kit/check-kar 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/ */

    

prime-kit / check-kar example snippets


return [
];

$checkKar = new PrimeKit\CheckKar();
echo $checkKar->echoPhrase('Hello, PrimeKit!');
bash
php artisan vendor:publish --tag="check-kar-migrations"
php artisan migrate
bash
php artisan vendor:publish --tag="check-kar-config"
bash
php artisan vendor:publish --tag="check-kar-views"