Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit 2de6d30

Browse files
committed
Updating package vendor in install instructions
1 parent 326f184 commit 2de6d30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ Require `bllim/laravel-validation-for-client-side` in composer.json and run `com
3434

3535
{
3636
"require": {
37-
"laravel/framework": "5.0.*",
37+
"laravel/framework": "5.1.*",
3838
...
39-
"bllim/laravalid": "*"
39+
"laravel-ardent/laravalid": "2.*"
4040
}
4141
...
4242
}
4343

44-
> **Note:** For **Laravel 4** use `laravel4` branch like as `"bllim/laravalid": "dev-laravel4"`
44+
> **Note:** For **Laravel 4** use `laravel4` branch: `"laravel-ardent/laravalid": "dev-laravel4"`
4545
4646
Composer will download the package. After the package is downloaded, open `config/app.php` and add the service provider and alias as below:
4747
```php

0 commit comments

Comments
 (0)