orlyapps / laravel-github-changelog
Generates a changelog based on github commits
Installs: 1 093
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 1
Requires
- php: ^7.4|^8.0
- illuminate/support: ^7.0 || ^8.0 || ^9.0
Requires (Dev)
- orchestra/testbench: ^4.0
- phpunit/phpunit: ^8.0
README
Installation
You can install the package via composer:
composer require orlyapps/laravel-github-changelog php artisan vendor:publish --provider="Orlyapps\LaravelGithubChangelog\LaravelGithubChangelogServiceProvider" --tag="config"
Update Config
return [ 'github' => [ 'user' => '', // Github User 'repo' => '', // Repository Name 'token' => '', // Github Personal Access Token: https://github.com/settings/tokens 'since' => '2020-10-13' ], ];
Usage
https:///yourproject.com/changelog
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email info@orlyapps.de instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.