Compare commits
No commits in common. "c5219f3f05c0257d7323020347ab4432a7797ec2" and "fb0a4940d522d9d905c6db2467fb469f1087d735" have entirely different histories.
c5219f3f05
...
fb0a4940d5
@ -8,10 +8,11 @@
|
|||||||
"php": "^8.2",
|
"php": "^8.2",
|
||||||
"barryvdh/laravel-dompdf": "^3.0",
|
"barryvdh/laravel-dompdf": "^3.0",
|
||||||
"daengdeni/authentication-module": "dev-master",
|
"daengdeni/authentication-module": "dev-master",
|
||||||
|
"daengdeni/basicdata-module": "dev-master",
|
||||||
"daengdeni/laravel-id-generator": "^1.0",
|
"daengdeni/laravel-id-generator": "^1.0",
|
||||||
|
"daengdeni/location-module": "dev-master",
|
||||||
"daengdeni/logs-module": "dev-master",
|
"daengdeni/logs-module": "dev-master",
|
||||||
"rasyahroel/usermanagement-module": "dev-master",
|
"daengdeni/usermanagement-module": "dev-master",
|
||||||
"rasyahroel/itsecurity": "dev-main",
|
|
||||||
"diglactic/laravel-breadcrumbs": "^10.0",
|
"diglactic/laravel-breadcrumbs": "^10.0",
|
||||||
"intervention/image": "^3.10",
|
"intervention/image": "^3.10",
|
||||||
"joshbrw/laravel-module-installer": "^2.0",
|
"joshbrw/laravel-module-installer": "^2.0",
|
||||||
@ -95,9 +96,9 @@
|
|||||||
"url": "https://git.putrakuningan.com/daengdeni/logs"
|
"url": "https://git.putrakuningan.com/daengdeni/logs"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "rasyahroel/usermanagement-module",
|
"name": "daengdeni/usermanagement-module",
|
||||||
"type": "vcs",
|
"type": "vcs",
|
||||||
"url": "https://git.putrakuningan.com/rasyahroel/usermanagement"
|
"url": "https://git.putrakuningan.com/daengdeni/usermanagement"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "daengdeni/authentication-module",
|
"name": "daengdeni/authentication-module",
|
||||||
@ -105,9 +106,14 @@
|
|||||||
"url": "https://git.putrakuningan.com/daengdeni/authentication"
|
"url": "https://git.putrakuningan.com/daengdeni/authentication"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "rasyahroel/itsecurity",
|
"name": "daengdeni/basicdata-module",
|
||||||
"type": "vcs",
|
"type": "vcs",
|
||||||
"url": "https://git.putrakuningan.com/rasyahroel/itsecurity"
|
"url": "https://git.putrakuningan.com/daengdeni/basicdata"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "daengdeni/location-module",
|
||||||
|
"type": "vcs",
|
||||||
|
"url": "https://git.putrakuningan.com/daengdeni/location"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -1,25 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
namespace Database\Seeders;
|
|
||||||
|
|
||||||
use Illuminate\Database\Console\Seeds\WithoutModelEvents;
|
|
||||||
use Illuminate\Database\Seeder;
|
|
||||||
use Modules\Authentication\Database\Seeders\AuthenticationDatabaseSeeder;
|
|
||||||
use Modules\Logs\Database\Seeders\LogsDatabaseSeeder;
|
|
||||||
use Modules\Usermanagement\Database\Seeders\UsermanagementDatabaseSeeder;
|
|
||||||
|
|
||||||
class DatabaseSeeder extends Seeder
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* Run the database seeds.
|
|
||||||
*/
|
|
||||||
public function run(): void
|
|
||||||
{
|
|
||||||
$this->call([
|
|
||||||
AuthenticationDatabaseSeeder::class,
|
|
||||||
LogsDatabaseSeeder::class,
|
|
||||||
UsermanagementDatabaseSeeder::class,
|
|
||||||
|
|
||||||
]);
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,7 +1,9 @@
|
|||||||
{
|
{
|
||||||
|
"Lpj": true,
|
||||||
|
"Location": true,
|
||||||
"Usermanagement": true,
|
"Usermanagement": true,
|
||||||
"Logs": true,
|
"Logs": true,
|
||||||
"Authentication": true,
|
"Authentication": true,
|
||||||
"ItSecurity": true,
|
"Basicdata": true,
|
||||||
"Itsecurity": true
|
"ItSecurity": true
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user