PHP code example of blamebutton / laravel-changelog
1. Go to this page and download the library: Download blamebutton/laravel-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/ */
blamebutton / laravel-changelog example snippets
use BlameButton\Laravel\Changelog\ChangelogFacade;
/**
* Get the raw content of your changelog file.
*/
ChangelogFacade::raw();
/**
* Get the HTML version of your changelog file.
*/
ChangelogFacade::html();