Skip to content

Commit 2a77cf9

Browse files
committed
feat(view): load the correct x-base.view.php during the install
1 parent 6ac1775 commit 2a77cf9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/Commands/Cyclone.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ public function assets(): void
123123
'source' => root_path() . DIRECTORY_SEPARATOR . 'vendor/happytodev/cyclone/src/Resources/favicon',
124124
'destination' => './public/favicon'
125125
],
126+
[
127+
'source' => root_path() . DIRECTORY_SEPARATOR . 'vendor/happytodev/cyclone/src/Resources/ViewComponents/x-base.view.php.stub',
128+
'destination' => './app/ViewComponents/x-base.view.php'
129+
],
126130
];
127131

128132
// Browse each item to be copied
File renamed without changes.

0 commit comments

Comments
 (0)