PHP code example of phpsa / filament-feed
1. Go to this page and download the library: Download phpsa/filament-feed 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/ */
phpsa / filament-feed example snippets
php artisan vendor:publish --tag=filament-feed-config
return [
'feeds' => [
'FEED HEADING' => [
'url' => 'https://feed.laravel-news.com/', //feed url - onal default 300
],
... //next feeds if