mirror of
https://github.com/archtechx/laravel-pages.git
synced 2025-12-12 01:44:03 +00:00
Fix formatting
This commit is contained in:
parent
e9d1cd6fe7
commit
83b6a6d1dc
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ The config file lets you change:
|
||||||
- the view file used to render Markdown pages
|
- the view file used to render Markdown pages
|
||||||
- routing details
|
- routing details
|
||||||
|
|
||||||
The layout is used *by* the vendor (package-provided) Markdown view. You'll likely want to set it to something like ``app-layout` or `layouts.app`.`
|
The layout is used *by* the vendor (package-provided) Markdown view. You'll likely want to set it to something like `app-layout` or `layouts.app`.
|
||||||
|
|
||||||
If you'd like to change the file that renders the Markdown itself, create `resources/views/pages/_markdown.blade.php` (the `_` prefix is important as it prevents direct visits) and change the `pages.views.markdown` config key to `pages._markdown`.
|
If you'd like to change the file that renders the Markdown itself, create `resources/views/pages/_markdown.blade.php` (the `_` prefix is important as it prevents direct visits) and change the `pages.views.markdown` config key to `pages._markdown`.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue