Download the PHP package sebastiaanluca/laravel-changelog without Composer
On this page you can find all versions of the php package sebastiaanluca/laravel-changelog. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sebastiaanluca/laravel-changelog
More information about sebastiaanluca/laravel-changelog
Files in sebastiaanluca/laravel-changelog
Package laravel-changelog
Short Description Show your project's changelog in your application
License MIT
Homepage https://github.com/sebastiaanluca/laravel-changelog
Informations about the package laravel-changelog
Laravel Changelog
Show your project's parsed Markdown changelog in your application.
Requirements
- PHP 8 or higher
- Laravel 8 or higher
Looking for support for earlier versions? Try out any of the previous package versions.
How to use
Ensure you have a CHANGELOG.md
file in the root of your project.
Secondly, register the routes by calling the appropriate method in your main routes file:
This will enable you to visit the parsed changelog in your browser by visiting https://example.com/changelog
.
By default, the changelog is cached. A good practice is to clear the cache during deployment by running:
Alternative use
If you don't wish to use the package's routing, you can get the parsed and cached changelog in your own controller:
Customization
To customize a setting, first publish the configuration file and open config/changelog.php
:
Here you can change the location of the log, the route name and URL, the view used to display the log, and if and how you want to cache it.
License
This package operates under the MIT License (MIT). Please see LICENSE for more information.
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
Contributing
Please see CONDUCT for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Sebastiaan Luca
- All Contributors
About
My name is Sebastiaan and I'm a freelance Laravel developer specializing in building custom Laravel applications. Check out my portfolio for more information, my blog for the latest tips and tricks, and my other packages to kick-start your next project.
Have a project that could use some guidance? Send me an e-mail at [email protected]!