Skip to content

kharanenka/laravel-scope-category-belongs-to

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trait CategoryBelongsTo

You can use trait in your models with "category_id" field (int)

#Installation Require this package in your composer.json and update composer.

"kharanenka/laravel-scope-category-belongs-to": "1.0.*"

Usage

    
    class MyModel extend Model {
    
        use Kharanenka\Scope\CategoryBelongsTo;
    
        ...
    
    }
    
    $obElement = MyModel::getByCategory(10)->first();
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages