承接 falcon758/lavaliteposts 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

falcon758/lavaliteposts

Composer 安装命令:

composer require falcon758/lavaliteposts

包简介

Channels package for postbuffer.

README 文档

README

Lavalite package that provides channels management facility for the cms.

Installation

Begin by installing this package through Composer. Edit your project's composer.json file to require postbuffer/channels.

"falcon758/lavaliteposts": "*"

Next, update Composer from the Terminal:

composer update

Once this operation completes execute below cammnds in command line to finalize installation.

Postbuffer\Channels\Providers\ChannelsServiceProvider::class,

And also add it to alias

'Channels'  => Postbuffer\Channels\Facades\Channels::class,

Publishing files and migraiting database.

Migration and seeds

php artisan migrate
php artisan db:seed --class=Postbuffer\\ChannelsTableSeeder

Publishing configuration

php artisan vendor:publish --provider="Postbuffer\Channels\Providers\ChannelsServiceProvider" --tag="config"

Publishing language

php artisan vendor:publish --provider="Postbuffer\Channels\Providers\ChannelsServiceProvider" --tag="lang"

Publishing views

php artisan vendor:publish --provider="Postbuffer\Channels\Providers\ChannelsServiceProvider" --tag="view"

Web Urls

Admin

http://path-to-route-folder/admin/channels/{modulename}

User

http://path-to-route-folder/user/channels/{modulename}

Public

http://path-to-route-folder/channels

API endpoints

List

http://path-to-route-folder/api/user/channels/{modulename}
METHOD: GET

Create

http://path-to-route-folder/api/user/channels/{modulename}
METHOD: POST

Edit

http://path-to-route-folder/api/user/channels/{modulename}/{id}
METHOD: PUT

Delete

http://path-to-route-folder/api/user/channels/{modulename}/{id}
METHOD: DELETE

Public List

http://path-to-route-folder/api/channels/{modulename}
METHOD: GET

Public Single

http://path-to-route-folder/api/channels/{modulename}/{slug}
METHOD: GET

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: HTML

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-04-01

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固