obydul/easyfeed
Composer 安装命令:
composer require obydul/easyfeed
包简介
EasyFeed is a simple PHP package to create and read RSS & Atom feed specially for Laravel.
关键字:
README 文档
README
EasyFeed
Create and Read RSS & Atom Feed
EasyFeed is a simple PHP package to create and read RSS & Atom feed specially for Laravel
This project is under active development. Any feedback or contributions would be appreciated.
Quick Start
To install this package run the Composer command
composer require obydul/easyfeed
For Laravel 5.5 and above this package supports Laravel Auto-Discovery and will be discovered automatically.
For Laravel versions prior to 5.5 follow next guide:
In your config/app.php add following:
'providers' => [ ... Obydul\EasyFeed\EasyFeedServiceProvider::class, // Add this line [, 'aliases' => [ ... 'FeedRead' => Obydul\EasyFeed\Facades\FeedRead::class, // Add this line ],
Get Started
Please read our simple documentation to get started.
License
Licensed under the MIT License.
统计信息
- 总下载量: 432
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-11-30