You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/frontend/content/docs/configs/confyml.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -272,7 +272,7 @@ Defines how Blueprint should handle your extension's web request routing and app
272
272
273
273
#### `requests.views`
274
274
275
-
Directory containing additional blade view files. Symlinked to `resources/views/blueprint/extensions/{identifier}` for Laravel's view system and accessible as `blueprint.extensions.{identifier}.*`.
275
+
Directory containing additional blade view files. Symlinked to `resources/views/blueprint/extensions/{identifier}` and accessible as `{viewcontext}.my-view-name`.
276
276
277
277
```yaml [conf.yml]
278
278
requests:
@@ -283,7 +283,7 @@ requests:
283
283
284
284
#### `requests.app`
285
285
286
-
Application logic and controllers directory. Symlinked to `app/BlueprintFramework/Extensions/{identifier}`.
286
+
Application logic and controllers directory. Symlinked to `app/BlueprintFramework/Extensions/{identifier}`, accessible as `{appcontext}\MyClassName`.
0 commit comments