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
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Laravel HTMLMin is a simple HTML minifier for [Laravel 4.1](http://laravel.com).
34
34
35
35
Please check the system requirements before installing Laravel HTMLMin.
36
36
37
-
To get the latest version of Laravel HTMLMin, simply require `"graham-campbell/htmlmin": "1.1.*@dev"` in your `composer.json` file. You'll then need to run `composer install` or `composer update` to download it and have the autoloader updated.
37
+
To get the latest version of Laravel HTMLMin, simply require `"graham-campbell/htmlmin": "1.1.*"` in your `composer.json` file. You'll then need to run `composer install` or `composer update` to download it and have the autoloader updated.
38
38
39
39
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.
40
40
@@ -91,7 +91,9 @@ This class contains no public methods of interest. This class should be added to
91
91
**Further Information**
92
92
93
93
Feel free to check out the [API Documentation](http://grahamcampbell.github.io/Laravel-HTMLMin
94
-
) for Laravel HTMLMin. You may see an example of implementation in [Laravel Navigation](https://github.com/GrahamCampbell/Laravel-Navigation) or [Bootstrap CMS](https://github.com/GrahamCampbell/Bootstrap-CMS).
94
+
) for Laravel HTMLMin.
95
+
96
+
You may see an example of implementation in [Laravel Navigation](https://github.com/GrahamCampbell/Laravel-Navigation) or [Bootstrap CMS](https://github.com/GrahamCampbell/Bootstrap-CMS).
0 commit comments