pepa-linha/nette-inertia
Composer 安装命令:
composer require pepa-linha/nette-inertia
包简介
The Nette adapter for Inertia.js.
关键字:
README 文档
README
The Nette adapter for Inertia.js.
Installation
composer require pepa-linha/nette-inertia
Usage
Extends your presenter
class BasePresenter extends InertiaPresenter
and then use $this->inertia(...) method in your presenters to send page object response.
By default Inertia page component name is the same like presenter name. You can change it by override
getInertiaComponentName method.
Set the default state of the Inertia application with $inertiaPageObject in template:
<div id="app" data-page='{$inertiaPageObject|noescape}'></div>
统计信息
- 总下载量: 193
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-01-19