You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Laravel + React Starter Kit
1
+
# Laravel + React Starter Kit - v0.0.1
2
2
3
3
[Shoaib Khan](https://github.com/iamspydey) from [Devs Buddy](https://devsbuddy.com) presenting you a highly opinionated Laravel Starter Kit with Inertia and React. It helps you get up and running quickly with clean, consistent, and fully type-safe code.
Copy file name to clipboardExpand all lines: UPDATING.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
You can update your project from the starter-kit (merge a tagged release)
4
4
5
-
This guide explains a safe, repeatable workflow for fetching a specific **tagged release** from the starter-kit (for example `v0.1.0` - Latest) and merging it into your project.
5
+
This guide explains a safe, repeatable workflow for fetching a specific **tagged release** from the starter-kit (for example `v0.0.1` - Latest) and merging it into your project.
6
6
7
7
**Assumption:** you started your project from the starter-kit and added the starter-kit repo as the `upstream` remote:
8
8
@@ -50,7 +50,7 @@ git fetch upstream --tags
50
50
2. Verify the tag exists locally:
51
51
52
52
```bash
53
-
git tag --list | grep v0.1.0
53
+
git tag --list | grep v0.0.1
54
54
```
55
55
56
56
3. Ensure you are on your local `main` (or your app's primary branch):
0 commit comments