Download the PHP package heroest/laravel-model without Composer
On this page you can find all versions of the php package heroest/laravel-model. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-model
LaravelModel
这是一款可以在各个地方自由使用Laravel Eloquent风格的ORM
你是不是还在为维护Legacy Code而头疼?
你是不是已经沉迷于Laravel Eloquent的优雅之中?
你是不是在用别的框架的时候在想如果能用上Eloquent该多好?
原生开发,无需依赖包,尽可能保持原有框架的完整性。
环境要求:
- PHP >= 5.4.0
- PDO
使用方法:
首先安装composer包
composer require heroest/laravel-model dev-master
在适当的位置添加:
然后在你的Model中添加以下Trait:
或者添加兼容型的Trait(需要在原有的Eloquent风格的变量和方法前需要添加下划线 “_“ , 用来与框架自身封装的方法区分开来 [重构中, 暂时无法使用]
在Model的构造器或者适当的位置添加一下代码:
如果你可以获取PDO实例的话也可以这样
Done. Enjoy Laravel Eloquent
范例代码, 或者查看test.php的代码:
All versions of laravel-model with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package heroest/laravel-model contains the following files
Loading the files please wait ....