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