flagshipcompany / silex-turbolinks
There is no license information available for the latest version (1.0.1) of this package.
Package info
github.com/flagshipcompany/silex-turbolinks
pkg:composer/flagshipcompany/silex-turbolinks
1.0.1
2015-11-05 20:58 UTC
Requires
- helthe/turbolinks: ~1.4
- silex/silex: ~2.0@dev
This package is auto-updated.
Last update: 2026-03-13 14:47:44 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.jsto yourpublicdirectory - Include it in the
<head>tag.