This repository was archived by the owner on Feb 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2828 "illuminate/filesystem" : " ^9.37" ,
2929 "illuminate/support" : " ^9.37" ,
3030 "illuminate/validation" : " ^9.37" ,
31- "protonemedia/laravel-splade" : " ^1.1 "
31+ "protonemedia/laravel-splade" : " ^1.2.2 "
3232 },
3333 "conflict" : {
3434 "laravel/framework" : " <9.37.0"
5656 "require-dev" : {
5757 "laravel/pint" : " ^1.1"
5858 }
59- }
59+ }
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ protected function installSpladeStack()
2525 // NPM Packages...
2626 $ this ->updateNodePackages (function ($ packages ) {
2727 return [
28- '@protonemedia/laravel-splade ' => '^1.1.0 ' ,
28+ '@protonemedia/laravel-splade ' => '^1.2.2 ' ,
2929 '@tailwindcss/forms ' => '^0.5.3 ' ,
3030 '@tailwindcss/typography ' => '^0.5.2 ' ,
3131 '@vitejs/plugin-vue ' => '^3.0.0 ' ,
Original file line number Diff line number Diff line change 1515*/
1616
1717Route::middleware ('splade ' )->group (function () {
18+ // Registers routes to support password confirmation in Form and Link components...
19+ Route::spladePasswordConfirmation ();
20+
1821 // Registers routes to support Table Bulk Actions and Exports...
1922 Route::spladeTable ();
2023
You can’t perform that action at this time.
0 commit comments