false, /** * Control if all the laratrust tables should be truncated before running the seeder. */ 'truncate_tables' => true, 'roles_structure' => [ 'admin' => [], 'teacher' => [], 'student' => [], ], 'permissions_map' => [ 'c' => 'create', 'r' => 'read', 'u' => 'update', 'd' => 'delete', ], ];