Introduction
The front end in LaunchStack it's built on inertiajs and vue 3.
How it works
Inertiajs it's an interface between the backend (Laravel) and the frontend framework (vue), example of sending data from controller to view:
Posts/Index.vue
Last updated