Home

Awesome

Example of using Turbolinks 5 in Laravel

This Laravel 5.2 demo project aims to test Turbolinks 5.

Turbolinks make the navigation ultra fast using xhr of every request, and also made possible form submission with xhr, with the help of the server, in this case Laravel.

Demo

The demo only have a few links, showing that every links is an xhr request, with one example of redirection and also show the case of using a form submission (login) using turbolinks.

Turbolinks

How this demo works?

Why I made this demo?

I made this demo in order to test Turbolinks, but I never use Turbolinks before.

I saw the video of the RailsConf 2016 about Turbolinks and I believe that would be pretty cool using Laravel and make some mobile application.

License

The Laravel framework is open-sourced software licensed under the MIT license.