FakerSeederGenerator
final class FakerSeederGenerator implements GeneratorInterface (View source)
Generator for dist/database/seeders/*.php.
Constants
| INTENT | 
                     The left padding for the body of the generated.  | 
            
| SUB_INTENT | 
                     
  | 
            
Methods
                    count(int $count)
        
                                            
                
            Set count values for the generated stub
                    void
                
                
                    run(bool $force = false)
        
                                            
                
            Run the generator logic and save it to a file.
Details
        
                            FakerSeederGenerator
    count(int $count)
        
    
    Set count values for the generated stub
        
                            void
    run(bool $force = false)
        
    
    Run the generator logic and save it to a file.
        
                static            void
    make(Table $table, string|null $namespace = null, string|null $destination = null)
        
    
    Create a instance.