Skip to content

Commit 7f6446f

Browse files
authored
Merge pull request #53 from connorabbas/develop
V2, README fix
2 parents afd0cde + 05ada68 commit 7f6446f

File tree

5 files changed

+138
-49
lines changed

5 files changed

+138
-49
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This starter kit is configured to use Docker Compose for local development with
3535
- Either build manually with docker compose (like above), use [Laravel Sail](https://laravel.com/docs/master/sail), or build as a [VS Code Dev Container](https://code.visualstudio.com/docs/devcontainers/tutorial) using the `Dev Containers: Reopen in Container` command.
3636
3737
### Additional configuration
38-
If you wish to add additional services, or swap out MariaDB with an alternative database, you can reference the [Laravel Sail stubs](https://github.com/laravel/sail/tree/1.x/stubs) and update the `docker-compose.local.yml` file as needed.
38+
If you wish to add additional services, or swap out MySQL with an alternative database, you can reference the [Laravel Sail stubs](https://github.com/laravel/sail/tree/1.x/stubs) and update the `docker-compose.local.yml` file as needed.
3939
4040
## Theme
4141
This starter kit provides a light/dark mode and custom theme functionality provided by the powerful PrimeVue theming system, using styled mode and custom design token values.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"require": {
88
"php": "^8.2",
9-
"inertiajs/inertia-laravel": "^1.0",
9+
"inertiajs/inertia-laravel": "^2.0",
1010
"laravel/framework": "^11.33",
1111
"laravel/sanctum": "^4.0",
1212
"laravel/tinker": "^2.9",

composer.lock

Lines changed: 13 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 121 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"build": "vite build"
77
},
88
"devDependencies": {
9-
"@inertiajs/vue3": "^1.0.0",
9+
"@inertiajs/vue3": "^2.0.0",
1010
"@primevue/auto-import-resolver": "^4.2.2",
1111
"@primevue/themes": "^4.2.2",
1212
"@vitejs/plugin-vue": "^5.0.0",
@@ -26,4 +26,4 @@
2626
"dependencies": {
2727
"lodash": "^4.17.21"
2828
}
29-
}
29+
}

0 commit comments

Comments
 (0)