Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit 5eddfe7

Browse files
committed
Splade version bump
1 parent 3748882 commit 5eddfe7

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"illuminate/filesystem": "^9.37|^10.0",
2929
"illuminate/support": "^9.37|^10.0",
3030
"illuminate/validation": "^9.37|^10.0",
31-
"protonemedia/laravel-splade": "^1.2.15"
31+
"protonemedia/laravel-splade": "^1.3.0"
3232
},
3333
"conflict": {
3434
"laravel/framework": "<9.37.0"

src/Console/InstallsSpladeStack.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ protected function installSpladeStack()
2525
// NPM Packages...
2626
$this->updateNodePackages(function ($packages) {
2727
return [
28-
'@protonemedia/laravel-splade' => '^1.2.15',
28+
'@protonemedia/laravel-splade' => '^1.3.0',
2929
'@tailwindcss/forms' => '^0.5.3',
3030
'@tailwindcss/typography' => '^0.5.2',
3131
'@vitejs/plugin-vue' => '^3.0.0',

stubs/splade/routes/web.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
*/
1616

1717
Route::middleware('splade')->group(function () {
18+
// Registers routes to support the interactive components...
19+
Route::spladeWithVueBridge();
20+
1821
// Registers routes to support password confirmation in Form and Link components...
1922
Route::spladePasswordConfirmation();
2023

0 commit comments

Comments
 (0)