Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions resources/js/Pages/pages.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,11 @@ export default function () {
},
]}
/>
<P>
If you attempt to render a page that does not exist, the response will typically be a blank screen. To prevent this, you may set the {' '}
<Code>inertia.ensure_pages_exist</Code> configuration option to <Code>true</Code>. The Laravel adapter will then throw an{' '}
<Code>Inertia\ComponentNotFoundException</Code> when a page cannot be found.
</P>
<H2>Creating layouts</H2>
<P>
While not required, for most projects it makes sense to create a site layout that all of your pages can extend.
Expand Down