Skip to content
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's Functional API #318

Merged
merged 4 commits into from
Oct 6, 2023
Merged

Conversation

nunomaduro
Copy link
Member

@nunomaduro nunomaduro commented Oct 5, 2023

This pull request introduces the Livewire's Functional API 🐙 option to Laravel Breeze. It uses Volt for single file components, and its Functional based API. Here's how you can test this pull request locally:

# Select "No starter kit"
laravel new breeze-livewire-functional

cd breeze-livewire-functional
composer require laravel/breeze:dev-feat/functional-livewire
php artisan breeze:install livewire-functional --dark --pest
sed -i.bak '/DB_/d' ./.env
echo "DB_CONNECTION=sqlite" >> .env
php artisan migrate --force
php artisan serve

@nunomaduro nunomaduro marked this pull request as ready for review October 5, 2023 16:42
@taylorotwell taylorotwell merged commit d623712 into 1.x Oct 6, 2023
17 checks passed
@taylorotwell taylorotwell deleted the feat/functional-livewire branch October 6, 2023 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants