eyupinann/quote 问题修复 & 功能扩展

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

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

eyupinann/quote

Composer 安装命令:

composer require eyupinann/quote

包简介

A simple quote world composer package

README 文档

README

This package content is developed to set content by page

Installation

Use the package manager package to install foobar.

composer require eyupinann/quote

We add this code to the providers part in config/app.php so we import the providers part of our package

eyupinann\Quote\BlogPackageServiceProvider::class

We run our provider file with this command. Our migration and view files are created

php artisan vendor:publish --provider="eyupinann\Quote\BlogPackageServiceProvider" --tag="page"
php artisan migrate

Usage

Using this function, we send the page name and content to the relevant function and return it.

use eyupinann\Quote\Index;

public function App(Index $index) {
  return $index->page('About','info@google.com');
}

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

统计信息

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

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-09-20