PHP code example of chrishardie / laravel-feedmaker
1. Go to this page and download the library: Download chrishardie/laravel-feedmaker 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/ */
chrishardie / laravel-feedmaker example snippets
return [
// How often to update feeds from sources, in minutes
'default_update_frequency' => 60,
// Feed index web route
'url' => '/',
];