We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d71a594 + 7a19980 commit d810369Copy full SHA for d810369
src/Console/Commands/Views/WidgetBackpackCommand.php
@@ -45,4 +45,15 @@ class WidgetBackpackCommand extends PublishOrCreateViewBackpackCommand
45
* @var string
46
*/
47
protected $stub = 'widget.stub';
48
+
49
+ /**
50
+ * Get the destination class path.
51
+ *
52
+ * @param string $name
53
+ * @return string
54
+ */
55
+ protected function getPath($name)
56
+ {
57
+ return resource_path("views/vendor/backpack/base/{$this->viewNamespace}/$name.blade.php");
58
+ }
59
}
0 commit comments