View Social Platforms
Social Platforms
View
Description
Can view social media platforms
Permission Details
Assigned to Roles (3)
100
Super Administrator
Level 100 access
Granted Sep 27, 2025
80
Administrator
Level 80 access
Granted Sep 27, 2025
10
Viewer
Level 10 access
Granted Sep 27, 2025
Usage in Code
Check Permission in Controller
// Check if current user has this permission
if (!$this->hasPermission('social_platforms', 'view')) {
return $this->respond(['error' => 'Access denied'], 403);
}
Check Permission in View
<?php if (hasPermission('social_platforms', 'view')): ?>
<button class="btn btn-primary">View</button>
<?php endif; ?>
API Endpoint Protection
// In routes or middleware
$routes->post('social_platforms', 'Controller::view', [
'permission' => 'social_platforms.view'
]);
Permission Summary
Internal Name:
social_platforms.view
Display Name:
View Social Platforms
Resource:
Social Platforms
Action:
View
Created:
Sep 27, 2025 12:47 AM
Last Updated:
Sep 27, 2025 12:47 AM
Assignment Statistics
Assigned Roles:
3
Total Users:
0
Status:
In Use