Seed
class Seed extends SeedCommand (View source)
Traits
Properties
| protected | $database | ||
| protected string | $description | The console command description. | 
Methods
                    void
                
                
                    __construct(ConnectionResolverInterface $resolver, DatabaseManager $database)
        
                                            
                
            Create a new command instance.
                    mixed
                
                
                    handle()
        
                                            
                
            Execute the console command.
Details
        
                    protected        
    getOptions()
        
    
    No description
        
                            void
    __construct(ConnectionResolverInterface $resolver, DatabaseManager $database)
        
    
    Create a new command instance.
        
                            mixed
    handle()
        
    
    Execute the console command.