0

I am in the process of learning Laravel, currently, I have a Template/Framework installed on the server and it uses the Illuminate framework? I have read that Laravel has depreciated that package with Laravel.

What is the process of updating an existing template from Illuminate to the more current Collective HTML?

When I try it breaks the pages existing. I have tried the following but it does not seem to help.

Switching from Illuminate\Html to Collective\Html, Class 'Illuminate\Html\HtmlServiceProvider' not found

Community
  • 1
  • 1
Brett
  • 161
  • 4
  • 16

1 Answers1

0

I solved this by removing a duplicate Illuminate statement in the config/app.php as hinted at by Rob Fonseca.

Brett
  • 161
  • 4
  • 16