flagshipcompany/silex-turbolinks

There is no license information available for the latest version (1.0.1) of this package.

1.0.1 2015-11-05 20:58 UTC

This package is auto-updated.

Last update: 2024-04-13 10:49:41 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 your public directory
  • Include it in the <head> tag.