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