File "permissions.php"

Full Path: /home/bettaeza/flyinsyria.com/app/.well-known/config/permissions.php
File size: 1.92 KB
MIME-type: text/x-php
Charset: utf-8

<?php

return [

    // Report
    'report_view',

    // Contact Submissions
    'contact_manage',

    //Newsletter
    'newsletter_manage',

    // Language
    'language_manage',
    'language_translation',


    // Booking
    'booking_view',
    'booking_update',
    'booking_manage_others',

    // Booking
    'enquiry_view',
    'enquiry_update',
    'enquiry_manage_others',


    // Templates
    'template_view',
    'template_create',
    'template_update',
    'template_delete',


    // News
    'news_view',
    'news_create',
    'news_update',
    'news_delete',
    'news_manage_others',

    // Roles
    'role_manage',
    'role_view',
    'role_create',
    'role_update',
    'role_delete',

    'permission_view',
    'permission_create',
    'permission_update',
    'permission_delete',

    // Dashboard
    'dashboard_access',
    'dashboard_vendor_access',

    // Settings
    'setting_update',


    // Menus
    'menu_view',
    'menu_create',
    'menu_update',
    'menu_delete',


    // create permissions
    'user_view',
    'user_create',
    'user_update',
    'user_delete',

    'page_view',
    'page_create',
    'page_update',
    'page_delete',
    'page_manage_others',

    'setting_view',
    'setting_update',

    // Media
    'media_upload',
    'media_manage',

    // Location
    'location_view',
    'location_create',
    'location_update',
    'location_delete',
    'location_manage_others',

    //Review
    'review_manage_others',

    // Other System Permissions

    'system_log_view',
    'theme_manage',


    // Social
    'social_manage_forum',

    // Plugin
    'plugin_manage',

    // Vendor
    'vendor_payout_view',
    'vendor_payout_manage',


    // Popup
    'popup_view',
    'popup_create',
    'popup_update',
    'popup_delete',


    'media_manage_others'
];