PHP code example of rodrigopedra / laravel-history-navigation
1. Go to this page and download the library: Download rodrigopedra/laravel-history-navigation 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/ */
rodrigopedra / laravel-history-navigation example snippets
return [
'default-url' => '/',
'history-limit' => 50,
'skip-patterns' => [],
'query' => [
'remove-empty' => true,
'ignore-parameters' => ['page'],
],
];
bash
php artisan vendor:publish --provider=RodrigoPedra\\HistoryNavigation\\HistoryNavigationServiceProvider