Skip to content

Docs about the inertia.ensure_pages_exist config #420

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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