Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 636 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 636 Bytes
  • 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: