PHPackages                             code-orange/turbolinks-location - 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. code-orange/turbolinks-location

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

code-orange/turbolinks-location
===============================

Laravel middleware to insert Turbolinks-Location header into every response

v1.3(6y ago)1443.7kApache-2.0PHPCI failing

Since Jun 4Pushed 6y ago3 watchersCompare

[ Source](https://github.com/code-orange/turbolinks-location)[ Packagist](https://packagist.org/packages/code-orange/turbolinks-location)[ RSS](/packages/code-orange-turbolinks-location/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (1)Versions (5)Used By (0)

Turbolinks Location middleware for Laravel
==========================================

[](#turbolinks-location-middleware-for-laravel)

This package contains a Laravel middleware for working with Turbolinks. It sets the Turbolinks-Location header on every response served, so that Turbolinks always shows the correct URL after redirects.

Installation
------------

[](#installation)

```
composer require code-orange/turbolinks-location

```

Usage
-----

[](#usage)

In your `App\Http\Kernel`, add the middleware to your `web` group:

```
use CodeOrange\TurbolinksLocation\TurbolinksLocation;

class Kernel extends HttpKernel {
    protected $middlewareGroups = [
        'web' => [
            ...,
            TurbolinksLocation::class
        ],
    ];
}
```

That's it! All requests to routes in your `web.php` route file will now be served with a correct `Turbolinks-Location` header.

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 72.7% 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

Every ~223 days

Total

4

Last Release

2279d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1038428?v=4)[Tim van Dalen](/maintainers/timvdalen)[@timvdalen](https://github.com/timvdalen)

---

Top Contributors

[![timvdalen](https://avatars.githubusercontent.com/u/1038428?v=4)](https://github.com/timvdalen "timvdalen (8 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![nielsbauman](https://avatars.githubusercontent.com/u/33722607?v=4)](https://github.com/nielsbauman "nielsbauman (1 commits)")

### Embed Badge

![Health badge](/badges/code-orange-turbolinks-location/health.svg)

```
[![Health](https://phpackages.com/badges/code-orange-turbolinks-location/health.svg)](https://phpackages.com/packages/code-orange-turbolinks-location)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[yajra/laravel-datatables-oracle

jQuery DataTables API for Laravel

4.9k36.0M374](/packages/yajra-laravel-datatables-oracle)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[toin0u/geocoder-laravel

Geocoder Service Provider for Laravel

7615.4M17](/packages/toin0u-geocoder-laravel)[api-platform/laravel

API Platform support for Laravel

58171.4k14](/packages/api-platform-laravel)[zidbih/laravel-deadlock

Make temporary Laravel workarounds expire and fail CI when ignored.

985.4k](/packages/zidbih-laravel-deadlock)

PHPackages © 2026

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