This repository was archived by the owner on Jul 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 88[ ![ Daily Downloads] ( https://poser.pugx.org/laravelbook/ardent/d/daily.png )] ( https://packagist.org/packages/laravelbook/ardent )
99
1010
11- Self-validating smart models for Laravel Framework 4 's Eloquent ORM.
11+ Self-validating smart models for Laravel Framework 5 's Eloquent ORM.
1212
1313Based on the Aware bundle for Laravel 3 by Colby Rabideau.
1414
@@ -25,7 +25,7 @@ Add `laravelbook/ardent` as a requirement to `composer.json` (see our latest sta
2525``` javascript
2626{
2727 " require" : {
28- " laravelbook/ardent" : " 2 .*"
28+ " laravelbook/ardent" : " 3 .*"
2929 }
3030}
3131```
@@ -36,8 +36,8 @@ You can also add the package using `composer require laravelbook/ardent` and lat
3636
3737### Usage outside of Laravel (since [ 1.1] ( https://github.com/laravelbook/ardent/tree/v1.1.0 ) )
3838
39- If you're willing to use Ardent as a standalone ORM package you're invited to do so by using the
40- following configuration line in your project's boot/startup file (changing the properties according
39+ If you're want to use Ardent as a standalone ORM package you're invited to do so by using the
40+ following configuration in your project's boot/startup file (changing the properties according
4141to your database, obviously):
4242
4343``` php
You can’t perform that action at this time.
0 commit comments