for Laravel & Vue - Server Driven Single Page Apps

is a framework created by Jonathan Reinink for creating server-driven single page apps. It combines the best parts of building SPAs, while keeping the conveniences of server-driven apps. For a typical Laravel and Vue app, Inertia replaces all your blade templates with Vue Single File components allowing your application to be more interactive. We take a look at the basics of and build out a simple CRUD application in Laravel and Vue. Johnathan’s Blog: Full
Back to Top