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 66eda4d commit 6b880dcCopy full SHA for 6b880dc
app/Http/routes.php
@@ -40,7 +40,7 @@
40
return view('layout');
41
})->where('undefinedRoute', '([A-z\d-\/_.]+)?');
42
43
-// Using different syntax for Blade to avoid conflicts with Jade.
+// Using different syntax for Blade to avoid conflicts with AngularJS.
44
// You are well-advised to go without any Blade at all.
45
Blade::setContentTags('<%', '%>'); // For variables and all things Blade.
46
Blade::setEscapedContentTags('<%%', '%%>'); // For escaped data.
0 commit comments