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