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.
1 parent 420a913 commit 0c6a0a6Copy full SHA for 0c6a0a6
public/index.php
@@ -56,6 +56,18 @@
56
unset($path);
57
}
58
59
+/*
60
+|--------------------------------------------------------------------------
61
+| Attach blade view
62
63
+|
64
+| Since blade no longer ships with Leaf by default, we
65
+| can attach blade back to Leaf so you can use Leaf MVC
66
+| as you've always used it.
67
68
+*/
69
+Leaf\Config::attachView(\Leaf\Blade::class);
70
+
71
/*
72
|--------------------------------------------------------------------------
73
| Load Leaf configuration
0 commit comments