helthe/turbolinks-bundle
Composer 安装命令:
composer require helthe/turbolinks-bundle
包简介
Turbolinks bundle for Symfony
README 文档
README
The HeltheTurbolinksBundle integrates the Helthe Turbolinks Component with your Symfony application.
Installation
Step 1: Add package requirement in Composer
Manually
Add the following in your composer.json:
{
"require": {
// ...
"helthe/turbolinks-bundle": "~1.3"
}
}
Using the command line
$ composer require 'helthe/turbolinks-bundle=~1.3'
Step 2: Register the bundle in the kernel
<?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Helthe\Bundle\TurbolinksBundle\HeltheTurbolinksBundle(), ); }
Step 3: Add Composer scripts for automatic installation of assets
{
"scripts": {
"post-install-cmd": [
"Helthe\\Bundle\\TurbolinksBundle\\Composer\\ScriptHandler::installAssets"
],
"post-update-cmd": [
"Helthe\\Bundle\\TurbolinksBundle\\Composer\\ScriptHandler::installAssets"
]
}
}
Usage
To start using turbolinks, all you need to do is add the turbolinks javascript to your layout.
Both the original coffeescript version and compiled version of each script are available for use.
Inserting the javascript in your layout
Directly
<script src="{{ asset('bundles/heltheturbolinks/js/turbolinks.js') }}"></script>
Using Assetic
{% javascripts '@HeltheTurbolinksBundle/Resources/public/js/turbolinks.js' %} <script type="text/javascript" src="{{ asset_url }}"></script> {% endjavascripts %}
Using jquery.turbolinks
If you need to use jquery.turbolinks, you need to add it before turbolinks.js
Compatibility
Turbolinks is designed to work with any browser that fully supports pushState and all the related APIs. This includes Safari 6.0+ (but not Safari 5.1.x!), IE10, and latest Chromes and Firefoxes.
Do note that existing JavaScript libraries may not all be compatible with Turbolinks out of the box due to the change in instantiation cycle. You might very well have to modify them to work with Turbolinks' new set of events. For help with this, check out the Turbolinks Compatibility project.
Additional Resources
Please refer to the turbolinks and jquery.turbolinks projects if you require additional information on the javascript libraries.
You will find additional documentation with the turbolinks component documentation.
Bugs
For bugs or feature requests, please create an issue.
helthe/turbolinks-bundle 适用场景与选型建议
helthe/turbolinks-bundle 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 61.32k 次下载、GitHub Stars 达 38, 最近一次更新时间为 2013 年 12 月 21 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「turbolinks」 「jquery.turbolinks」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 helthe/turbolinks-bundle 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 helthe/turbolinks-bundle 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 helthe/turbolinks-bundle 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Helthe Turbolinks Component
Frenzy Turbolinks makes following links in your web application faster with Laravel
Think turbolinks but for your PHP application. Powered by pjax.
Think turbolinks but for your PHP application. Powered by pjax. base on rcrowe/turbo
Laravel form submission with Turbolinks.
PSR-15 compliant implementation of MiddlewareInterface to insert Turbolinks-Location header into every response
统计信息
- 总下载量: 61.32k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 39
- 点击次数: 13
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-12-21