Introduction

Luma Laravel is the Laravel & Inertia.js + Vue version of Luma HTML. The backend is powered by Laravel and the front-end is powered by Vue.js and Inertia.js. Luma Laravel aims for 100% feature parity with the HTML version.

Inertia.js

Inertia.js lets you quickly build modern single-page Vue apps using classic server-side routing and controllers. Learn more about Inertia.js at inertiajs.com.

Vuex

Luma Laravel is using Vuex as it's state management pattern and library for Vue.js applications. It serves as a centralized store for all the components in an application, with rules ensuring that the state can only be mutated in a predictable fashion. Learn more about Vuex at vuex.vuejs.org.