Odd - create command putting file in wrong directory?

php artisan make:livewire CreatePost COMPONENT CREATED πŸ€™ CLASS: app/CreatePost.php VIEW: resources/views/livewire/create-post.blade.php This is happening locally and on my development server. Any thoughts on why it would create in app directory vs. livewire?
Solution:
maybe you changed the class_namespace in the livewire config file?
Jump to solution
2 Replies
Solution
Lara Zeus
Lara Zeusβ€’7mo ago
maybe you changed the class_namespace in the livewire config file?
HeartlandTechie
HeartlandTechieβ€’7mo ago
Aha - that was it. Thanks!