Skip to content

Commit 23d0bd1

Browse files
authored
Update README.md
1 parent 47fac9a commit 23d0bd1

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,16 @@ Login using `admin/admin`
1515
## Installation
1616

1717
```
18-
$ composer require laravel-admin-ext/helpers
18+
// For laravel-admin 1.x
19+
$ composer require "laravel-admin-ext/helpers:1.*"
1920
21+
// For laravel-admin 2.x
22+
$ composer require "laravel-admin-ext/helpers:2.*"
23+
```
24+
25+
Import menu items.
26+
27+
```shell
2028
$ php artisan admin:import helpers
2129
```
2230

0 commit comments

Comments
 (0)