PHP Classes

File: src/config/categorizable.php

Recommend this page to a friend!
  Classes of Moamen Eltouny   Laravel Categorizable   src/config/categorizable.php   Download  
File: src/config/categorizable.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel Categorizable
Manage models to be organized into categories
Author: By
Last change:
Date: 3 years ago
Size: 258 bytes
 

Contents

Class file image Download
<?php
return [

   
/**
     * Get all of the models are assined a specific Category
     * Getting Category children
     */
   
   
'children' => [
       
// as Exanple
        // 'products' => App\Models\Product::class
   
]

];