Download the PHP package overtrue/laravel-revaluation without Composer
On this page you can find all versions of the php package overtrue/laravel-revaluation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download overtrue/laravel-revaluation
More information about overtrue/laravel-revaluation
Files in overtrue/laravel-revaluation
Download overtrue/laravel-revaluation
More information about overtrue/laravel-revaluation
Files in overtrue/laravel-revaluation
Vendor overtrue
Package laravel-revaluation
Short Description Laravel 5 model revaluation helper.
License MIT
Package laravel-revaluation
Short Description Laravel 5 model revaluation helper.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-revaluation
Laravel Revaluation
Laravel 5 model revaluation helper.
Installation
You can install the package using composer
Then add the service provider to config/app.php
Publish the config file:
Finally, use Overtrue\LaravelRevaluation\Traits\HasRevaluableAttributes
in model. And specify which attributes in the $revaluable
property can be revalued:
Usage
Basic usage with default options.
Custom revaluated attribute prefix
Disable auto append revaluated attributes to array
Using revaluated value replace raw attributes value
More usage examples, Please refer to unit testing
PHP 扩展包开发
想知道如何从零开始构建 PHP 扩展包?
请关注我的实战课程,我会在此课程中分享一些扩展开发经验 —— 《PHP 扩展包实战教程 - 从入门到发布》
License
MIT
All versions of laravel-revaluation with dependencies
PHP Build Version
Package Version
Requires
laravel/framework Version
5.*
The package overtrue/laravel-revaluation contains the following files
Loading the files please wait ....