inital commit
This commit is contained in:
58924
database/seeds/ContentsTableSeeder.php
Normal file
58924
database/seeds/ContentsTableSeeder.php
Normal file
File diff suppressed because it is too large
Load Diff
26
database/seeds/DatabaseSeeder.php
Normal file
26
database/seeds/DatabaseSeeder.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Database\Seeder;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
use Illuminate\Support\Facades\Hash;
|
||||
use Illuminate\Support\Str;
|
||||
use bfinlay\SpreadsheetSeeder\SpreadsheetSeeder;
|
||||
|
||||
|
||||
class DatabaseSeeder extends Seeder
|
||||
{
|
||||
/**
|
||||
* Seed the application's database.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function run()
|
||||
{
|
||||
//$this->call(UsersTableSeeder::class);
|
||||
//$this->call(ContentsTableSeeder::class);
|
||||
//$this->call(ProjectsTableSeeder::class);
|
||||
$this->call([
|
||||
SpreadsheetSeeder::class,
|
||||
]);
|
||||
}
|
||||
}
|
||||
12504
database/seeds/ProjectsTableSeeder.php
Normal file
12504
database/seeds/ProjectsTableSeeder.php
Normal file
File diff suppressed because it is too large
Load Diff
5402
database/seeds/UsersTableSeeder.php
Normal file
5402
database/seeds/UsersTableSeeder.php
Normal file
File diff suppressed because it is too large
Load Diff
BIN
database/seeds/cmms.xlsx
Normal file
BIN
database/seeds/cmms.xlsx
Normal file
Binary file not shown.
Reference in New Issue
Block a user