Use traditional component naming

This commit is contained in:
Marcus Moore
2026-01-26 17:02:32 -08:00
parent 4c727966e7
commit 8a9ddba208
+2 -3
View File
@@ -14,7 +14,6 @@ return [
*/
'component_locations' => [
resource_path('views/components'),
resource_path('views/livewire'),
],
@@ -69,8 +68,8 @@ return [
*/
'make_command' => [
'type' => 'sfc', // Options: 'sfc', 'mfc', 'class'
'emoji' => true, // Options: true, false
'type' => 'class', // Options: 'sfc', 'mfc', 'class'
'emoji' => false, // Options: true, false
'with' => [
'js' => false,
'css' => false,