Skip to content

Commit

Permalink
Fix Laravel Collective link
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasse A L committed Feb 27, 2015
1 parent 3050573 commit 29668c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ You may move your Sass, Less, or CoffeeScript to any location you wish. The `res

### Form & HTML Helpers

If you're using Form or HTML helpers, you will see an error stating `class 'Form' not found` or `class 'Html' not found`. The Form and HTML helpers have been deprecated in Laravel 5.0; however, there are community-driven replacements such as those maintained by the [Laravel Collective]([LaravelCollective.com](https://laravelcollective.com/docs/5.0/html).
If you're using Form or HTML helpers, you will see an error stating `class 'Form' not found` or `class 'Html' not found`. The Form and HTML helpers have been deprecated in Laravel 5.0; however, there are community-driven replacements such as those maintained by the [Laravel Collective](https://laravelcollective.com/docs/5.0/html).

For example, you may add `"laravelcollective/html": "~5.0"` to your `composer.json` file's `require` section.

Expand Down

0 comments on commit 29668c0

Please sign in to comment.