New Laravel Livewire Volt Quality of Life Update Just Dropped!

If you have used Laravel Breeze with the Class API, you might have forgotten to add the --class parameter once or twice while working in a project. It’s happened to me too (maybe more than just once). So I did what any developer who wants to improve the tools you work with everyday should do. I made a PR and submitted it to the Livewire Volt Github Repo. Now if you scaffold out a Laravel Breeze application with Livewire Volt Class API, then any new Volt component you create automatically uses the Class stub without having to pass the --class option. Neat, huh! :) Links: PR: Livewire Volt Docs:
Back to Top