<?php
return [
/*
* Types For
*
* you may need a types for accounts and another for content
*/
"for" => [
"accounts"=> [
"ar" => "ุงูุญุณุงุจุงุช",
"en" => "Accounts"
],
"content"=> [
"ar" => "ุงูู ุญุชูู",
"en" => "Content"
]
],
/*
* Types Of Type
*
* it's a sub-type of type like account type or content type
*/
"types" => [
"type"=> [
"ar" => "ุงูููุน",
"en" => "Type"
],
"status"=> [
"ar" => "ุงูุญุงูุฉ",
"en" => "Status"
],
],
/*
* Features
*/
"features" => [
"category" => false,
"types" => true
],
/*
* Category Middleware
*
* you can add a middleware to the category APIs routes
*/
"middleware" => [],
/*
* Category Resource
*
* you can custom API resource for categories
*/
"categories_resource" => null,
/*
* Types Resource
*
* you can custom API resource for types
*/
"types_resource" => null,
];