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
According to the Laravel 5.0 Upgrade Guide, it is preferable to use laravelcollective/html instead of the old illuminate/html, because the latter has been deprecated and the former is still maintained. As far as I can tell, the LaravelCollective version is a completely drop-in replacement (just change composer.json and the provider/aliases in config/app.php.
I think that Tutorials 3 and 4 should be updated to use this version instead of the old deprecated one.
The text was updated successfully, but these errors were encountered:
According to the Laravel 5.0 Upgrade Guide, it is preferable to use
laravelcollective/html
instead of the oldilluminate/html
, because the latter has been deprecated and the former is still maintained. As far as I can tell, the LaravelCollective version is a completely drop-in replacement (just changecomposer.json
and the provider/aliases inconfig/app.php
.I think that Tutorials 3 and 4 should be updated to use this version instead of the old deprecated one.
The text was updated successfully, but these errors were encountered: