'How to a Make Component by artisan command without class?

I want to make a component in Laravel 8 by this command: php artisan make:component forms.input --view that means i want a component with only a Blade template and no class. But i m Getting this ERROR: The "--view" option does not exist. Thanks for the tips



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source