livewire / volt

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

Problem with namespace #68

Closed hamzaelmaghari closed 8 months ago

hamzaelmaghari commented 8 months ago

Volt Version

Latest

Laravel Version

10

PHP Version

8.2

Database Driver & Version

MySQL

Description

There is a problem with. the namespace, when calling artisan command VOLT::INSTALL it automaticaly creates views folder called livewire but, what if in my livewire config I have modified it?

Thanks to make custom volt config file.

Steps To Reproduce

Install the package manually and change livewire's view namespace.

driesvints commented 8 months ago

Thanks. Can you resend your PR with passing tests?

hamzaelmaghari commented 8 months ago

Thanks. Can you resend your PR with passing tests?

Sure!