infureal / artisan-gui

Simple but yet powerful library for running almost all artisan commands.
https://packagist.org/packages/infureal/artisan-gui
356 stars 56 forks source link

Version 1.4.1 doesn't work with laravel jetsream livewire stack #11

Closed dukenst2006 closed 3 years ago

dukenst2006 commented 3 years ago

Hi, Thanks for this great package, i discovered the latest version 1.4.1 is incompatible with laravel Jetstream livewire stack, I used jetstream and this package, it works great with version 1.3, but after update all packages, i got error 'Livewire\Exceptions\ComponentNotFoundException' Unable to find component: [profile.update-profile-information-form], the same message for all Laravel Jetstream livewire components. It's took me 2 days to debug and finally found this issue related to this package and specially version 1.4.1, after came back to version 1.3 o this package my app works fine again.

infureal commented 3 years ago

Can you please write Laravel, PHP and Livewire versions. And if possible give part of .blade.php where error is appears.

I think it's error of template namespacing. If you can not write template part - are you using <livewire:some> or @livewire('some')?

infureal commented 3 years ago

I tested myself with this parameters:

Works pretty fine.

RhysLees commented 3 years ago

I have same issue, when I removed artisan GUI Jetstream worked fine again.

https://github.com/livewire/livewire/discussions/1764#discussioncomment-184155

infureal commented 3 years ago

recently released version 2.0@beta where was removed blade component regsiter. All of stuff moved to Vue, except one .blade.php template (not component). You can try to upgrade and test again

infureal commented 3 years ago

@dukenst2006 @NanoCellWebDesign For now I close this issue. If have new one open it again