Laravel: 7.3.0
PHP: 7.3.16
Database Driver & Version: N/A
Description
Even though #32009 and #32030 mention that this is fixed, it isn't.
When running php artisan make:component Namespace/Subcomponent the generated render() function returns view('components.test') as opposed to view('components.namespace.test'). The blade file is created in the correct location "resources/views/components/namespace/test.blade.php".
I am attempting a PR for this against the 7.x branch.
###Steps to reproduce
php artisan make:component Namespace/Test
Laravel: 7.3.0
PHP: 7.3.16
Database Driver & Version: N/A
Description
Even though #32009 and #32030 mention that this is fixed, it isn't.
When running
php artisan make:component Namespace/Subcomponentthe generatedrender()function returnsview('components.test')as opposed toview('components.namespace.test'). The blade file is created in the correct location "resources/views/components/namespace/test.blade.php".I am attempting a PR for this against the 7.x branch.
###Steps to reproduce
php artisan make:component Namespace/Test