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

Commit d4bdd69

Browse files
authored
Splade v0.7 (#8)
1 parent 5ffade9 commit d4bdd69

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-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.6.0"
31+
"protonemedia/laravel-splade": "^0.7.0"
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.6.0',
27+
'@protonemedia/laravel-splade' => '^0.7.0',
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
*/
1515

1616
Route::middleware('splade')->group(function () {
17+
// Registers routes to support Table Bulk Actions and Exports...
1718
Route::spladeTable();
1819

1920
Route::get('/', function () {

0 commit comments

Comments
 (0)