assmay/laravel-feed 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

assmay/laravel-feed

最新稳定版本:9.0

Composer 安装命令:

composer require assmay/laravel-feed

包简介

Laravelium Feed package for Laravel.

README 文档

README

License PHP tests Test Coverage Maintainability Style Status Latest Stable Version Total Downloads

Laravelium Feed package for Laravel.

Notes

  • Dev branches are for development and are UNSTABLE (use on your own risk)!

Installation

Run the following command and provide the latest stable version (e.g v8.*) :

composer require laravelium/feed

or add the following to your composer.json file :

For Laravel 8

"laravelium/feed": "8.*"

(development branch)

"laravelium/feed": "8.x-dev"

For Laravel 7

"laravelium/feed": "7.*"

(development branch)

"laravelium/feed": "7.x-dev"

For Laravel 6

"laravelium/feed": "6.*"

(development branch)

"laravelium/feed": "6.x-dev"

For Laravel 5.8

"laravelium/feed": "3.1.*"

(development branch)

"laravelium/feed": "3.1.x-dev"

For Laravel 5.7

"laravelium/feed": "3.0.*"

(development branch)

"laravelium/feed": "3.0.x-dev"

For Laravel 5.6

"laravelium/feed": "2.12.*"

(development branch)

"laravelium/feed": "2.12.x-dev"

For Laravel 5.5

"laravelium/feed": "2.11.*"

(development branch)

"laravelium/feed": "2.11.x-dev"

Publish package views (OPTIONAL) :

php artisan vendor:publish --provider="Laravelium\Feed\FeedServiceProvider"

Examples

How to generate basic feed (with optional caching)

How to generate multiple feeds

How to add images to your feed

How to use custom view for your feed

How to use custom content-type for your feed

and more in the Wiki

Contribution guidelines

Before submiting new merge request or creating new issue, please read contribution guidelines.

License

This package is open-sourced software licensed under the MIT license.

统计信息

  • 总下载量: 200
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 94
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-03-11