PHP code example of coleus / notes

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

    

coleus / notes example snippets


return [
];

$notes = new Coleus\Notes();
echo $notes->echoPhrase('Hello, Coleus!');
bash
php artisan vendor:publish --tag="notes-migrations"
php artisan migrate
bash
php artisan vendor:publish --tag="notes-config"
bash
php artisan vendor:publish --tag="notes-views"