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
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,15 @@ Laravel HTMLMin was created by, and is maintained by [Graham Campbell](https://g
16
16
17
17
## Installation
18
18
19
-
[PHP](https://php.net) 5.4+ or [HHVM](http://hhvm.com) 3.2+, and [Composer](https://getcomposer.org) are required.
19
+
[PHP](https://php.net) 5.4+ or [HHVM](http://hhvm.com) 3.3+, and [Composer](https://getcomposer.org) are required.
20
20
21
-
To get the latest version of Laravel HTMLMin, simply require `"graham-campbell/htmlmin": "~2.0"` in your `composer.json` file. You'll then need to run `composer install` or `composer update` to download it and have the autoloader updated.
21
+
To get the latest version of Laravel HTMLMin, simply add the following line to the require block of your `composer.json` file:
22
+
23
+
```
24
+
"graham-campbell/htmlmin": "~2.0"
25
+
```
26
+
27
+
You'll then need to run `composer install` or `composer update` to download it and have the autoloader updated.
22
28
23
29
Once Laravel HTMLMin is installed, you need to register the service provider. Open up `app/config/app.php` and add the following to the `providers` key.
0 commit comments