This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
v2.10.1
Changes:
- Added $feed->addItem() method accepting arrays
- Added Feed::link() method for building feed links
- Removed package Facade
- Removed make() method
- Other fixes and optimizations
Notes:
- You should use
App::make('feed');
instead ofFeed::make();
- You should change the alias in
config/app.php
to'Feed' => 'Roumen\Feed\Feed',