Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dmouse/turbolinks
- Owner: dmouse
- Created: 2014-09-22T00:33:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-22T00:37:06.000Z (over 10 years ago)
- Last Synced: 2024-11-11T06:29:59.129Z (about 2 months ago)
- Language: PHP
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```