Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dmouse/turbolinks

Turbolinks wrapper for Drupal 8
https://github.com/dmouse/turbolinks

Last synced: 18 days ago
JSON representation

Turbolinks wrapper for Drupal 8

Awesome Lists containing this project

README

        

turbolinks for Drupal 8
==========

Turbolinks wrapper for Drupal 8, using the https://github.com/helthe/Turbolinks library

## Install
```bash
$ cd path/to/drupal8/
$ composer require 'helthe/turbolinks=~1.3'
$ cd path/to/drupal8/modules
$ git clone https://github.com/dmouse/turbolinks.git
$ drush en turbolinks
```