The Modern File

Have you ever wondered what single file components would look like in a Laravel application? Livewire Volt brings back the glory days of a single file and allows you to write Livewire logic and your Blade markup all in one file. Join us as we take a brief look at what Livewire is, what Volt is, and the flexibility that Laravel provides in your application. About Volt: Volt is an elegantly crafted functional API for Livewire that supports single-file components, allowing a component’s PHP logic and Blade templates to coexist in the same file. Links: Livewire: Volt: Volt Docs:
Back to Top