It creates components of popular Javascript frameworks used with Laravel.
composer require jscomp/creator
php artisan component:create FooComponent vue
php artisan component:create BarComponent vue -C
php artisan component:create BazComponent react
php artisan component:create ExampleComponent svelte
php 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