Skip to content

Commit a38bbab

Browse files
committed
Add intructions for Laravel 5.5
1 parent c022c76 commit a38bbab

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ This is an extension of the Laravel Collective [HTML package](https://github.com
1818

1919
1. The preferred way to install this package is through Composer:
2020

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+
2125
**Laravel 5.4 users**:
2226

2327
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

Comments
 (0)