dev-master
9999999-dev
The Requires
- php >=5.4.0
- illuminate/support 4.2.*
- illuminate/database 4.2.*
by xjchen
v0.0.1
0.0.1.0
The Requires
- php >=5.4.0
- illuminate/support 4.2.*
- illuminate/database 4.2.*
by xjchen
Wallogit.com
2017 © Pedro Peláez
This is a trait used for eloquent global scope. It can be used to add where condition to the query., (*1)
Add xjchen/limited-trait as a requirement to composer.json:, (*2)
{
"require": {
"xjchen/limited-trait": "dev-master"
}
}
Update your packages with composer update or install with composer install., (*3)
You can also add the package using composer require xjchen/limited-trait and later specifying the version you want (for now, dev-master is your best bet)., (*4)
use LimitedTrait in your modelprotected $limitedColumns = ['limited_column1', 'limited_column2']
getLimitedLimitedColumn1 and getLimitedLimitedColumns2