You can install the package via composer:
composer require orlyapps/laravel-github-changelog
php artisan vendor:publish --provider="Orlyapps\LaravelGithubChangelog\LaravelGithubChangelogServiceProvider" --tag="config"
return [
'github' => [
'user' => '', // Github User
'repo' => '', // Repository Name
'token' => '', // Github Personal Access Token: https://github.com/settings/tokens
'since' => '2020-10-13'
],
];
https:///yourproject.com/changelog
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.
This package was generated using the Laravel Package Boilerplate.