Artisan.page

make:component

Create a new view component class

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

Options

forceOptional

Create the class even if the component already exists

inlineOptional

Create a component that renders an inline view

Arguments

nameRequired

The name of the class