Skip to content

Commit f6effdb

Browse files
authored
Remove mentions of Breeze and Jetstream (#425)
* Remove mention of Breeze and Jetstream In the authentication page of the docs, there are mentions of Breeze and Jetstream, which are no longer "things" in the new starter kits. * Other mention of Breeze and Jetstream in SSR page
1 parent f35c808 commit f6effdb

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

resources/js/Pages/authentication.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default function () {
1919
with Laravel.
2020
</P>
2121
<P>
22-
Laravel's <A href="https://laravel.com/docs/starter-kits">starter kits</A>, Breeze and Jetstream, provide
22+
Laravel's <A href="https://laravel.com/docs/starter-kits">starter kits</A> provide
2323
out-of-the-box scaffolding for new Inertia applications, including authentication.
2424
</P>
2525
</>

resources/js/Pages/server-side-rendering.jsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,16 @@ export default function () {
4545
</Notice>
4646
<H2>Laravel starter kits</H2>
4747
<P>
48-
If you are using <A href="https://laravel.com/docs/starter-kits">Laravel Breeze or Jetstream</A>, you may
49-
install the starter kit's scaffolding with Inertia SSR support pre-configured using the <Code>--ssr</Code> flag.
48+
If you are using <A href="https://laravel.com/docs/starter-kits">Laravel Starter Kits</A>, Inertia SSR is
49+
<A href="https://laravel.com/docs/starter-kits#inertia-ssr">supported</A> through a build command:
5050
</P>
5151
<TabbedCode
5252
examples={[
5353
{
5454
name: 'Laravel',
5555
language: 'bash',
5656
code: dedent`
57-
php artisan breeze:install react --ssr
58-
php artisan breeze:install vue --ssr
57+
npm run build:ssr
5958
`,
6059
},
6160
]}

0 commit comments

Comments
 (0)