From 5135698b055603ce8afc69d70157cd286ac75ae3 Mon Sep 17 00:00:00 2001 From: David Knight Date: Mon, 26 Jul 2021 13:50:23 +0100 Subject: [PATCH 1/2] Add tip to the Inertia screencasts. There's a tip/link to the screencasts for Livewire but none for learning Intertia. Jeffrey Way has put together a good introductory series on Laracasts for Inertia, so it seems logical to me to include that here as well. --- 2.x/introduction.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/2.x/introduction.md b/2.x/introduction.md index dbddf2d..aee03f8 100644 --- a/2.x/introduction.md +++ b/2.x/introduction.md @@ -33,4 +33,7 @@ In other words, this stack gives you the full power of Vue.js without the comple The Inertia stack is a great choice if you are comfortable with and enjoy using Vue.js as your templating language. +:::tip Inertia Screencasts +If you're new to Inertia, checkout the [screencasts available on the Laracasts website](https://laracasts.com/series/learn-inertia-with-jeffrey) +::: From ae4ff753f7d081f5eda261aad055b48ac95d7ef0 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 26 Jul 2021 08:06:54 -0500 Subject: [PATCH 2/2] Update introduction.md --- 2.x/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.x/introduction.md b/2.x/introduction.md index aee03f8..dec818f 100644 --- a/2.x/introduction.md +++ b/2.x/introduction.md @@ -35,5 +35,5 @@ The Inertia stack is a great choice if you are comfortable with and enjoy using :::tip Inertia Screencasts -If you're new to Inertia, checkout the [screencasts available on the Laracasts website](https://laracasts.com/series/learn-inertia-with-jeffrey) +If you're new to Inertia, check out the [screencasts available on the Laracasts website](https://laracasts.com/series/learn-inertia-with-jeffrey). :::