handcoded / feed
HandCoded Feed package for Laravel.
v10.0.1
2025-07-07 08:04 UTC
Requires
- php: >=7.3
- illuminate/filesystem: ^10.0
- illuminate/support: ^10.0
Requires (Dev)
- laravel/framework: ^10.0
- orchestra/testbench-core: ^6.0
- phpunit/phpunit: ^9.3
This package is auto-updated.
Last update: 2025-07-07 08:40:46 UTC
README
Feed package for Laravel.
This is a fork of https://github.com/RumenDamyanov/php-feed and https://github.com/carbonvader/laravel-feed
Installation
Run the following command and provide the latest stable version:
composer require handcoded/feed
Publish package views (OPTIONAL):
php artisan vendor:publish --provider="HandCoded\Feed\FeedServiceProvider"
License
This package is open-sourced software licensed under the MIT license.