PHP code example of orlyapps / laravel-github-changelog

1. Go to this page and download the library: Download orlyapps/laravel-github-changelog 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/ */

    

orlyapps / laravel-github-changelog example snippets



return [
    'github' => [
        'user' => '', // Github User
        'repo' => '', // Repository Name
        'token' => '', // Github Personal Access Token: https://github.com/settings/tokens
        'since' => '2020-10-13'
    ],
];