livewire / volt

Volt is an elegantly crafted functional API for Livewire.
https://livewire.laravel.com/docs/volt
MIT License
327 stars 19 forks source link

[1.x] Adds tests around php blocks #58

Closed nunomaduro closed 11 months ago

nunomaduro commented 11 months ago

This pull request add a test that allows the use of regular @php blocks within volt's anonymous components.

Waiting for https://github.com/laravel/framework/pull/48641.

Fixes https://github.com/livewire/volt/issues/57.