You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,10 @@ This is an extension of the Laravel Collective [HTML package](https://github.com
18
18
19
19
1. The preferred way to install this package is through Composer:
20
20
21
+
**Laravel 5.5 users**:
22
+
23
+
Install by running `composer require "styde/html=~1.4"` or adding `"styde/html": "~1.4"` to your `composer.json` file and then running `composer update`.
24
+
21
25
**Laravel 5.4 users**:
22
26
23
27
Install by running `composer require "styde/html=~1.3"` or adding `"styde/html": "~1.3"` to your `composer.json` file and then running `composer update`.
0 commit comments