Artisan.page

make:component

Create a new view component class

Terminal
php artisan make:component [-f|--force] [--inline] [--view] [--] <name>

Options

forceOptional

Create the class even if the component already exists

inlineOptional

Create a component that renders an inline view

viewOptional

Create an anonymous component with only a view

Arguments

nameRequired

The name of the component