livewire / volt

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

Replaced classic Livewire views path from `views.livewire` to `config… #72

Closed hamzaelmaghari closed 10 months ago

hamzaelmaghari commented 10 months ago

Replaced classic Livewire views path from views.livewire to config('livewire.view_path').

nunomaduro commented 10 months ago

Hi! Can you make a single pull request, that performs all the necessary changes, so we can work from there?