-- Run composer require kaythinks/goodthoughts
-- Run composer dump-autoload
-- The library can be used this way for example;
<?php
require_once 'vendor/autoload.php';
use Kaythinks\Goodthoughts;
echo Goodthoughts::generateThought();
| Name | Name | Last commit date | ||
|---|---|---|---|---|
-- Run composer require kaythinks/goodthoughts
-- Run composer dump-autoload
-- The library can be used this way for example;
<?php
require_once 'vendor/autoload.php';
use Kaythinks\Goodthoughts;
echo Goodthoughts::generateThought();