Important update in Inertia.js

Recently there was made an important update in Inertia.js which rather went unnoticed by many. Now whoever is following various tutorials of VILT stack (Vue, Inertiajs, Laravel, Tailwind) available on the internet will be facing problem of broken links (specifically inertia-link). Therefore, you need to see the official documentation first before cursing VILT stack tutorials … Read more

Laravel 8 VILT Data-table and Search

(Note: This article has been updated with Breeze starter kit in place of Jetstream.) In this tutorial we’ll create data-table using VILT (Vue, Inertia, Lavarel, Tailwind) stack that will have capabilities of pagination, sorting and field-based searching. Assuming that the composer is installed, enter the following command to create new Laravel 8 project: Now go … Read more

CRUD app using Laravel 8 VILT stack (Part 2)

Continuing from the Part 1 we’ll add views to our CRUD app using Vue.js and Inertia.js. For backend development of Model and Controller components of this MVC we used classic Laravel with a bit of sprinkle of Inertia.js in Controller. So, without further ado, let’s do views. First of all, for the purpose of displaying … Read more

CRUD app using Laravel 8 VILT stack (Part 1)

(Note: This article has been updated with Breeze starter kit in place of Jetstream.) In this tutorial we’ll learn the steps needed to set up basic CRUD app using VILT stack. VILT stands for Vue, Inertiajs, Laravel and Tailwind. VILT stack is an emerging web stack presenting the opportunity to develop a web app using … Read more