PHP code example of stephenjude / braincert-laravel
1. Go to this page and download the library: Download stephenjude/braincert-laravel 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/ */
stephenjude / braincert-laravel example snippets
return [
];
use Stephenjude\Braincert\Braincert;
$braincert-laravel = new Braincert();
echo $braincert-laravel->echoPhrase('Hello, Spatie!');
bash
php artisan vendor:publish --provider="Stephenjude\Braincert\BraincertServiceProvider" --tag="braincert-laravel-config"