Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/calebporzio/laracasts-turbolinks
The source app from my Laracasts turbolinks video.
https://github.com/calebporzio/laracasts-turbolinks
Last synced: 29 days ago
JSON representation
The source app from my Laracasts turbolinks video.
- Host: GitHub
- URL: https://github.com/calebporzio/laracasts-turbolinks
- Owner: calebporzio
- Created: 2020-03-07T20:36:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T09:22:28.000Z (almost 2 years ago)
- Last Synced: 2024-08-04T09:07:37.005Z (3 months ago)
- Language: PHP
- Size: 2.67 MB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- Install (first script tag, then npm install w/ laravel mix)
- Disable on links ( data-turbolinks="false" ) (in between script and laravel mix)
-
- data-turbolinks-track for versioned assets (mix versioning)
- Script evaluation (do something to initialize things on every page (like bootstrap select2 or something))
- Redirect Headers()
- location.href = Turbolinks.visit('')Examples:
- https://www.shopify.com/blog
- https://changelog.com/posts
- https://3.basecamp.com/4457707/projects
- https://github.com/turbolinks/turbolinks#loading-your-applications-javascript-bundle