Artisan.page

livewire:convert

Convert a Livewire component between single-file and multi-file formats

Terminal
php artisan livewire:convert [--sfc] [--mfc] [--test] [--emoji EMOJI] [--] <name>

Options

emojiRequired

Use emoji in file/directory names (true or false)

mfcOptional

Convert to multi-file component

sfcOptional

Convert to single-file component

testOptional

Create a test file when converting to multi-file (if one does not exist)

Arguments

nameRequired

The name of the component