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

Commit 60ec32e

Browse files
committed
Splade version bump
1 parent d4bdd69 commit 60ec32e

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.21",
2929
"illuminate/support": "^9.21",
3030
"illuminate/validation": "^9.21",
31-
"protonemedia/laravel-splade": "^0.7.0"
31+
"protonemedia/laravel-splade": "^0.7.6"
3232
},
3333
"conflict": {
3434
"laravel/framework": "<9.19.0"

src/Console/InstallsSpladeStack.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ protected function installSpladeStack()
2424
// NPM Packages...
2525
$this->updateNodePackages(function ($packages) {
2626
return [
27-
'@protonemedia/laravel-splade' => '^0.7.0',
27+
'@protonemedia/laravel-splade' => '^0.7.6',
2828
'@tailwindcss/forms' => '^0.5.2',
2929
'@tailwindcss/typography' => '^0.5.2',
3030
'@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
@@ -17,6 +17,9 @@
1717
// Registers routes to support Table Bulk Actions and Exports...
1818
Route::spladeTable();
1919

20+
// Registers routes to support async File Uploads with Filepond...
21+
Route::spladeUploads();
22+
2023
Route::get('/', function () {
2124
return view('welcome');
2225
});

0 commit comments

Comments
 (0)