PHP code example of sebastiaanluca / laravel-changelog

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

    

sebastiaanluca / laravel-changelog example snippets


\SebastiaanLuca\Changelog\Changelog::routes();

$changelog = \SebastiaanLuca\Changelog\Changelog::getCachedChangelog();
shell
php artisan cache:clear
shell
php artisan vendor:publish --tag="laravel-changelog (configuration)"