PHP Classes

File: src/config/taggable.php

Recommend this page to a friend!
  Classes of Moamen Eltouny   Laravel Taggable   src/config/taggable.php   Download  
File: src/config/taggable.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel Taggable
Manage models that have text tags assigned to them
Author: By
Last change:
Date: 2 years ago
Size: 248 bytes
 

Contents

Class file image Download
<?php
return [

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

];