TurboLinks library to integrate with Laravel

dev-master 2016-11-29 22:32 UTC

This package is auto-updated.

Last update: 2024-03-22 21:28:57 UTC


README

TurboLinks library to integrate with Laravel

Description

Add a TurboLinks middleware to all web requests.

Installation

Include through composer

composer require agilesdesign/tinks

Add to provider list
'providers' => [
    Tinks\TinksServiceProvider::class,
];