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 +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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" 
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.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 ' ,
Original file line number Diff line number Diff line change 1515*/ 
1616
1717Route::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
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments