Cloud
class Cloud (View source)
Methods
                    static void
                
                
                    bootstrapperBootstrapping(Application $app, string $bootstrapper)
        
                                            
                
            Handle a bootstrapper that is bootstrapping.
                    static void
                
                
                    bootstrapperBootstrapped(Application $app, string $bootstrapper)
        
                                            
                
            Handle a bootstrapper that has bootstrapped.
                    static void
                
                
                
            
                    static void
                
                
                    configureUnpooledPostgresConnection(Application $app)
        
                                            
                
            Configure the unpooled Laravel Postgres connection if applicable.
                    static void
                
                
                    ensureMigrationsUseUnpooledConnection(Application $app)
        
                                            
                
            Ensure that migrations use the unpooled Postgres connection if applicable.
                    static void
                
                
                
            Details
        
                static            void
    bootstrapperBootstrapping(Application $app, string $bootstrapper)
        
    
    Handle a bootstrapper that is bootstrapping.
        
                static            void
    bootstrapperBootstrapped(Application $app, string $bootstrapper)
        
    
    Handle a bootstrapper that has bootstrapped.
        
                static            void
    configureDisks(Application $app)
        
    
    Configure the Laravel Cloud disks if applicable.
        
                static            void
    configureUnpooledPostgresConnection(Application $app)
        
    
    Configure the unpooled Laravel Postgres connection if applicable.
        
                static            void
    ensureMigrationsUseUnpooledConnection(Application $app)
        
    
    Ensure that migrations use the unpooled Postgres connection if applicable.
        
                static            void
    configureCloudLogging(Application $app)
        
    
    Configure the Laravel Cloud log channels.