-
Notifications
You must be signed in to change notification settings - Fork 522
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[1.x] Adds Livewire stack 🐙 #314
Conversation
Got it! |
2 versions maybe? "Livewire with Volt" and "Livewire with default components" |
Works great! It seems like the Livewire stack is missing from the test matrix. |
@Jubeki well spotted! |
This pull request introduces the Livewire 🐙 stack to Laravel Breeze. It uses Volt for single file components, and its based class API. Here's how you can test this pull request locally:
The functional API will follow, in a separate pull request.