PHP code example of awcodes / richie

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

    

awcodes / richie example snippets


return [
];

$richie = new Awcodes\Typist();
echo $richie->echoPhrase('Hello, Awcodes!');
bash
php artisan vendor:publish --tag="richie-config"