InteractsWithContainer
trait InteractsWithContainer (View source)
Properties
| protected Vite|null | $originalVite | The original Vite handler.  | 
                |
| protected Mix|null | $originalMix | The original Laravel Mix handler.  | 
                
Methods
Register an instance of an object in the container.
Register an instance of an object in the container.
Mock a partial instance of an object in the container.
Instruct the container to forget a previously mocked / spied instance of an object.
Register an empty handler for Vite in the container.
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
Details
        
                    protected        object
    swap(string $abstract, object $instance)
        
    
    Register an instance of an object in the container.
        
                    protected        object
    instance(string $abstract, object $instance)
        
    
    Register an instance of an object in the container.
        
                    protected        MockInterface
    mock(string $abstract, Closure|null $mock = null)
        
    
    Mock an instance of an object in the container.
        
                    protected        MockInterface
    partialMock(string $abstract, Closure|null $mock = null)
        
    
    Mock a partial instance of an object in the container.
        
                    protected        MockInterface
    spy(string $abstract, Closure|null $mock = null)
        
    
    Spy an instance of an object in the container.
        
                    protected        $this
    forgetMock(string $abstract)
        
    
    Instruct the container to forget a previously mocked / spied instance of an object.
        
                    protected        $this
    withoutVite()
        
    
    Register an empty handler for Vite in the container.
        
                            
    __invoke()
        
    
    No description
        
                            
    __call($name, $arguments)
        
    
    No description
        
                            
    __toString()
        
    
    No description
        
                            
    useIntegrityKey()
        
    
    No description
        
                            
    useBuildDirectory()
        
    
    No description
        
                            
    useHotFile()
        
    
    No description
        
                            
    withEntryPoints()
        
    
    No description
        
                            
    useScriptTagAttributes()
        
    
    No description
        
                            
    useStyleTagAttributes()
        
    
    No description
        
                            
    preloadedAssets()
        
    
    No description