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
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-09-20