volt
volt copied to clipboard
Volt is an elegantly crafted functional API for Livewire.
Can we please remove final from the render method? I'm playing with adding support for rendering react/vue components inside of volt components with https://github.com/ijpatricio/mingle, but naturally it needs to be...
This PR addresses issue https://github.com/livewire/volt/issues/107. It allows triggering the update hook on the parent array property when a change is made to a key. **Before :** When updating on a...
### Volt Version 1.6.3 ### Laravel Version 11.7.0 ### PHP Version 8.3.8 ### Database Driver & Version Not applicable ### Description ```php updated([ 'profiles' => function () { // Not...
### Volt Version 1.0 ### Laravel Version 11.9 ### PHP Version 8.3 ### Database Driver & Version sqlite ### Description In a brand new app, when trying to access a...
Fix #134
### Volt Version 1.7 ### Laravel Version 12 ### PHP Version 8.4 ### Database Driver & Version _No response_ ### Description In my Laravel project, I follow a modular structure...
### Volt Version 1.7.0 ### Laravel Version 12.14.1 ### PHP Version 8.3.6 ### Database Driver & Version _No response_ ### Description Using `$validator->validate()` on a service cause the following error...
### Volt Version 1.7.1 ### Laravel Version 12.10.2 ### PHP Version 8.4.7 ### Database Driver & Version _No response_ ### Description This issue is specifically about this line in Volt....
### Volt Version 1.7 ### Laravel Version 12.2 ### PHP Version 8.4.5 ### Database Driver & Version SQLite / MySQL 8.4.3 ### Description Here's the context: - I installed [Laravel's...
### Volt Version 1.6.6 ### Laravel Version 11.37.0 ### PHP Version 8.3.13 ### Database Driver & Version _No response_ ### Description When using Volt's full-page component within Blade section directive...