flagshipcompany / silex-turbolinks
Installs: 161
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/flagshipcompany/silex-turbolinks
Requires
- helthe/turbolinks: ~1.4
- silex/silex: ~2.0@dev
This package is auto-updated.
Last update: 2025-09-13 13:39:23 UTC
README
Service provider for Helthe's Turbolinks
Installation
Using composer:
$ composer require flagshipcompany/silex-turbolinks
in your app.php
add the following:
use Flagship\Components\Turbolinks\TurbolinksServiceProvider;
$app->register(new TurbolinksServiceProvider());
- Copy the turbolink javascript provided by helthe in
vendor/helthe/turbolinks/Resources/public/js/turbolinks.js
to yourpublic
directory - Include it in the
<head>
tag.