It creates components of popular Javascript frameworks used with Laravel.
composer require jscomp/creatorphp artisan component:create FooComponent vuephp artisan component:create BarComponent vue -Cphp artisan component:create BazComponent reactphp artisan component:create ExampleComponent sveltephp artisan component:create <1:componentName> <2:libraryName> <--C|compositionApi>- componentName: Name of component.
- libraryName: The Javascript framework using.
- compositionApi: If you are using vue js, if you do not specify --option it will create the option api component, if you use the --option it will create the composition api component