[Windows] make:livewire fails with "Undefined array key 'pages'" when using namespace syntax #9986
-
Livewire versionv4.1.4 Laravel versionv10.50.0 Which PHP version are you using?PHP 8.3 What is the problem?Livewire version: v4.1.4 (also tested on v4.0.3) Steps To ReproduceUpgraded from Livewire 3.x to Livewire 4.x Additional InformationThe pages namespace is correctly configured and accessible via config() in Tinker Code snippetsConfig verification (works in Tinker): How do you expect it to work?Expected Behavior Please confirm (incomplete submissions will not be addressed)
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
More information about the issue
|
Beta Was this translation helpful? Give feedback.
-
|
@johnef thanks for reporting! Could you confirm — are you using the The Could you share your full |
Beta Was this translation helpful? Give feedback.
-
|
@johnef thanks for that! I've submitted PR #9995 with a fix. |
Beta Was this translation helpful? Give feedback.
Thank you for your response, dear @joshhanley . I really appreciate you taking the time to answer this. Yes, when I used the command
php artisan make:livewire pages::posts.create --mfc, it worked fine.