- 
                Notifications
    You must be signed in to change notification settings 
- Fork 179
  Permalink
    
      
      
  
  
    
  
    
  
      
    
  
      
  
    
    
  
  
    
      Choose a base ref
      
     
    
      
        
      
      
        
          
          
        
        
          
            
              
              
              
  
    
    {{ refName }}
    default
  
           
        
        
          
            
              
              
           
        
       
     
  
  
  
    
  
    
  
    
  
      
    
  
      
  
    
    
  
  
    
      Choose a head ref
      
     
    
      
        
      
      
        
          
          
        
        
          
            
              
              
              
  
    
    {{ refName }}
    default
  
           
        
        
          
            
              
              
           
        
       
     
  
  
          
    
        
              
  
  
        
  
  
  
        
        
  
    
  
      
        
    
              
      
  
    
  
      
  
   
  Comparing changes
          Choose two branches to see what’s changed or to start a new pull request.
            If you need to, you can also    or
          learn more about diff comparisons.
  
Open a pull request
          Create a new pull request by comparing changes across two branches. If you need to, you can also   .
        Learn more about diff comparisons here.
  
base repository: laravel/boost
        Failed to load repositories. Confirm that selected base ref is valid, then try again.
      
      
        
      Loading
      
  base: v1.3.3
Could not load branches
            
              
      Nothing to show
            
                
      Loading
              
            Could not load tags
            
            
              Nothing to show
            
              
  
    
    {{ refName }}
    default
  
            
                
      Loading
              
            
      
      
        ...
      
head repository: laravel/boost
        Failed to load repositories. Confirm that selected head ref is valid, then try again.
      
      
        
      Loading
      
  compare: v1.4.0
Could not load branches
            
              
      Nothing to show
            
                
      Loading
              
            Could not load tags
            
            
              Nothing to show
            
              
  
    
    {{ refName }}
    default
  
            
                
      Loading
              
            - 4 commits
- 16 files changed
- 6 contributors
Commits on Oct 13, 2025
- 
  Configuration menu - View commit details
- 
    
    
    Copy full SHA for b25e4ff 
- Browse repository at this point
 Copy the full SHA b25e4ffView commit details 
Commits on Oct 14, 2025
- 
  [1.x] Add Support for Custom Code Environments (#280) * Add hooks for registering third party code environments Signed-off-by: Pushpak Chhajed <[email protected]> * Dynamically set scroll Signed-off-by: Pushpak Chhajed <[email protected]> * Fix PHPStan errors Signed-off-by: Pushpak Chhajed <[email protected]> * Add Docs Signed-off-by: Pushpak Chhajed <[email protected]> * Fix Issues Signed-off-by: Pushpak Chhajed <[email protected]> * Fix Issues Signed-off-by: Pushpak Chhajed <[email protected]> * Fix Test Signed-off-by: Pushpak Chhajed <[email protected]> * Fix scroll option calculation in InstallCommand Signed-off-by: Pushpak Chhajed <[email protected]> * Replace a hardcoded IDE list Signed-off-by: Pushpak Chhajed <[email protected]> * Fix Readme Signed-off-by: Pushpak Chhajed <[email protected]> * Update README.md Signed-off-by: Pushpak Chhajed <[email protected]> * Update README.md Signed-off-by: Pushpak Chhajed <[email protected]> * Update README.md Signed-off-by: Pushpak Chhajed <[email protected]> * Update README.md Signed-off-by: Pushpak Chhajed <[email protected]> * Update README.md --------- Signed-off-by: Pushpak Chhajed <[email protected]> Co-authored-by: Taylor Otwell <[email protected]> Configuration menu - View commit details
- 
    
    
    Copy full SHA for 3eb3dcc 
- Browse repository at this point
 Copy the full SHA 3eb3dccView commit details 
- 
  Fix boolean parameter handling in ListRoutes MCP tool (#279) * Fix boolean parameter handling in ListRoutes MCP tool The ListRoutes tool was throwing a type error when boolean parameters (except_vendor, only_vendor) were passed because str_replace() was being called on boolean values. This fix adds type checking to handle boolean parameters separately from string parameters. The error was: "str_replace(): Argument #3 ($subject) must be of type array|string, true given" Boolean parameters are now properly passed to the artisan command without string manipulation, while string parameters continue to have wildcard characters sanitized. * Fix boolean parameter handling in ListRoutes MCP tool The ListRoutes tool was throwing a type error when boolean parameters (except_vendor, only_vendor) were passed because str_replace() was being called on boolean values. This fix adds type checking to handle boolean parameters separately from string parameters. The error was: "str_replace(): Argument #3 ($subject) must be of type array|string, true given" Boolean parameters are now properly passed to the artisan command without string manipulation, while string parameters continue to have wildcard characters sanitized. --------- Co-authored-by: systempath <[email protected]> Co-authored-by: Pushpak Chhajed <[email protected]> Configuration menu - View commit details
- 
    
    
    Copy full SHA for 8fcbb99 
- Browse repository at this point
 Copy the full SHA 8fcbb99View commit details 
- 
  Fix Laravel 10 bootstrap/app.php Documentation Inaccuracy (#224) * Fix laravel 10 core.blade.php inaccuracy * ci: retrigger checks --------- Co-authored-by: Pushpak Chhajed <[email protected]> Configuration menu - View commit details
- 
    
    
    Copy full SHA for 8d2dedf 
- Browse repository at this point
 Copy the full SHA 8d2dedfView commit details 
        
      Loading
      
      This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
            You can try running this command locally to see the comparison on your machine: 
            git diff v1.3.3...v1.4.0