feat(seeder): add 'Administrator' and 'Perusahaan' role
This commit is contained in:
parent
e8061bb41b
commit
2eb99fa9c7
@ -107,6 +107,95 @@ public function run(): void
|
|||||||
"Replicate:User",
|
"Replicate:User",
|
||||||
"Reorder:User"
|
"Reorder:User"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Administrator",
|
||||||
|
"guard_name": "web",
|
||||||
|
"permissions": [
|
||||||
|
"ViewAny:AiringProofTheme",
|
||||||
|
"View:AiringProofTheme",
|
||||||
|
"Create:AiringProofTheme",
|
||||||
|
"Update:AiringProofTheme",
|
||||||
|
"Delete:AiringProofTheme",
|
||||||
|
"Restore:AiringProofTheme",
|
||||||
|
"ForceDelete:AiringProofTheme",
|
||||||
|
"ForceDeleteAny:AiringProofTheme",
|
||||||
|
"RestoreAny:AiringProofTheme",
|
||||||
|
"Replicate:AiringProofTheme",
|
||||||
|
"Reorder:AiringProofTheme",
|
||||||
|
"ViewAny:Classification",
|
||||||
|
"View:Classification",
|
||||||
|
"Create:Classification",
|
||||||
|
"Update:Classification",
|
||||||
|
"Delete:Classification",
|
||||||
|
"Restore:Classification",
|
||||||
|
"ForceDelete:Classification",
|
||||||
|
"ForceDeleteAny:Classification",
|
||||||
|
"RestoreAny:Classification",
|
||||||
|
"Replicate:Classification",
|
||||||
|
"Reorder:Classification",
|
||||||
|
"ViewAny:Department",
|
||||||
|
"View:Department",
|
||||||
|
"Create:Department",
|
||||||
|
"Update:Department",
|
||||||
|
"Delete:Department",
|
||||||
|
"Restore:Department",
|
||||||
|
"ForceDelete:Department",
|
||||||
|
"ForceDeleteAny:Department",
|
||||||
|
"RestoreAny:Department",
|
||||||
|
"Replicate:Department",
|
||||||
|
"Reorder:Department",
|
||||||
|
"ViewAny:Location",
|
||||||
|
"View:Location",
|
||||||
|
"Create:Location",
|
||||||
|
"Update:Location",
|
||||||
|
"Delete:Location",
|
||||||
|
"Restore:Location",
|
||||||
|
"ForceDelete:Location",
|
||||||
|
"ForceDeleteAny:Location",
|
||||||
|
"RestoreAny:Location",
|
||||||
|
"Replicate:Location",
|
||||||
|
"Reorder:Location",
|
||||||
|
"ViewAny:SubClassification",
|
||||||
|
"View:SubClassification",
|
||||||
|
"Create:SubClassification",
|
||||||
|
"Update:SubClassification",
|
||||||
|
"Delete:SubClassification",
|
||||||
|
"Restore:SubClassification",
|
||||||
|
"ForceDelete:SubClassification",
|
||||||
|
"ForceDeleteAny:SubClassification",
|
||||||
|
"RestoreAny:SubClassification",
|
||||||
|
"Replicate:SubClassification",
|
||||||
|
"Reorder:SubClassification",
|
||||||
|
"ViewAny:SubLocation",
|
||||||
|
"View:SubLocation",
|
||||||
|
"Create:SubLocation",
|
||||||
|
"Update:SubLocation",
|
||||||
|
"Delete:SubLocation",
|
||||||
|
"Restore:SubLocation",
|
||||||
|
"ForceDelete:SubLocation",
|
||||||
|
"ForceDeleteAny:SubLocation",
|
||||||
|
"RestoreAny:SubLocation",
|
||||||
|
"Replicate:SubLocation",
|
||||||
|
"Reorder:SubLocation",
|
||||||
|
"ViewAny:User",
|
||||||
|
"View:User",
|
||||||
|
"Create:User",
|
||||||
|
"Update:User",
|
||||||
|
"Delete:User",
|
||||||
|
"Restore:User",
|
||||||
|
"ForceDelete:User",
|
||||||
|
"ForceDeleteAny:User",
|
||||||
|
"RestoreAny:User",
|
||||||
|
"Replicate:User",
|
||||||
|
"Reorder:User"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Perusahaan",
|
||||||
|
"guard_name": "web",
|
||||||
|
"permissions": [
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
JSON;
|
JSON;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user