mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-31 05:31:10 -04:00 
			
		
		
		
	init crater
This commit is contained in:
		
							
								
								
									
										22
									
								
								database/seeds/DatabaseSeeder.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								database/seeds/DatabaseSeeder.php
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,22 @@ | ||||
| <?php | ||||
| use Illuminate\Database\Seeder; | ||||
|  | ||||
| class DatabaseSeeder extends Seeder | ||||
| { | ||||
|     /** | ||||
|      * Run the database seeds. | ||||
|      * | ||||
|      * @return void | ||||
|      */ | ||||
|     public function run() | ||||
|     { | ||||
|         $this->call(UsersTableSeeder::class); | ||||
|         $this->call(CurrenciesTableSeeder::class); | ||||
|         $this->call(RoleSeeder::class); | ||||
|         $this->call(CountriesTableSeeder::class); | ||||
|         $this->call(StatesTableSeeder::class); | ||||
|         $this->call(CitiesTableSeeder::class); | ||||
|         $this->call(EstimateTemplateSeeder::class); | ||||
|         $this->call(InvoiceTemplateSeeder::class); | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user