Anyone else having issues with Laravel Idea and latest version of Laravel 11? I just re-generated all the helpers, and now my autocomplete is broken and PHPStorm isn't happy.
                    
            
                
                Back
            
            
                
                
    
        
                                
            
            
            
            
            
                
                    
                
                    
                
            
            
            
                
                
        
        
        
    
    
            
    
     
                
                    
            
    
        
                                
            
            
            
            
            
                
                    
                
                    
                
            
            
            
                
                
        
        
        
    
    
     
            
                    
            
    
        
                                
            
            
            
            
            
                
                    
                
                    
                
            
            
            
        
        
        
    
    
     
                        
            
            
        
    
                    
                    
                    •
                    
                    
    
        
    
    
                
            Not the same issue but it's completely broken LSP features in Blade files. I had to go back to VS Code.
                    
                    
                    •
                    
                    
    
        
    
    
                
            
                         I figured out that the generated models extended a new /mixed class instead of _BaseCollection. Search and replace fixed it for now.
I also noticed it only happens in Laravel 11, not 10. I am wondering if it is related to the docblocks switching to phpstan generics a few weeks ago.