PHPackages                             lym125/turbolinks-laravel - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. lym125/turbolinks-laravel

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

lym125/turbolinks-laravel
=========================

Turbolinks for Laravel

0.1.0(8y ago)3511MITPHP

Since Mar 8Pushed 7y ago2 watchersCompare

[ Source](https://github.com/lym125/turbolinks-laravel)[ Packagist](https://packagist.org/packages/lym125/turbolinks-laravel)[ RSS](/packages/lym125-turbolinks-laravel/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

Turbolinks Laravel
==================

[](#turbolinks-laravel)

Turbolinks Laravel 可以让你在 [Laravel](https://laravel.com) 应用中使用 [Turbolinks](https://github.com/turbolinks/turbolinks)。 编码实现参考：[turbolinks-rails](https://github.com/turbolinks/turbolinks-rails)

环境要求
----

[](#环境要求)

- laravel &gt;= 5.5
- turbolinks &gt;= 5.1.0

安装
--

[](#安装)

```
composer require "lym125/turbolinks-laravel"

```

使用
--

[](#使用)

1. 安装 [turbolinks](https://github.com/turbolinks/turbolinks/tree/v5.1.0)。
2. 在你的 `Laravel` 应用中找到 `app/Http/Kernel.php` 文件，然后注册中间件。

```
protected $routeMiddleware = [
    ...
    'turbolinks' => \Lym125\Turbolinks\Turbolinks::class,
];
```

3. 在路由中使用注册的 `turbolinks` 中间件。

```
Route::group(['middleware' => ['turbolinks']], function () {
    //
});
```

4. [更多使用方式](https://laravel.com/docs/5.6/middleware)。

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2987d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bf490babb35df7b05f29c7b7bd2c9dd4c4bec6436bed5b81eada27ae3b18487a?d=identicon)[lym125](/maintainers/lym125)

---

Top Contributors

[![lz8878](https://avatars.githubusercontent.com/u/1217106?v=4)](https://github.com/lz8878 "lz8878 (3 commits)")

---

Tags

laravelturbolinkslaravelturbolinks

### Embed Badge

![Health badge](/badges/lym125-turbolinks-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/lym125-turbolinks-laravel/health.svg)](https://phpackages.com/packages/lym125-turbolinks-laravel)
```

###  Alternatives

[anahkiasen/former

A powerful form builder

1.4k1.4M14](/packages/anahkiasen-former)[prologue/alerts

Prologue Alerts is a package that handles global site messages.

3486.1M30](/packages/prologue-alerts)[spatie/laravel-googletagmanager

Google Tag Manager integration for Laravel

4413.4M5](/packages/spatie-laravel-googletagmanager)[watson/active

Laravel helper for recognising the current route, controller and action

3253.6M14](/packages/watson-active)[yajra/laravel-datatables-editor

Laravel DataTables Editor plugin for Laravel 5.5+.

1186.1M2](/packages/yajra-laravel-datatables-editor)[statikbe/laravel-cookie-consent

Cookie consent modal for EU

213396.7k](/packages/statikbe-laravel-cookie-consent)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
