caffeinated / menus

:pushpin: Menu generator package for the Laravel framework
https://caffeinatedpackages.com
132 stars 59 forks source link

Is there any way to switch from Collective\Html to Illuminate\Html? #57

Closed syahzul closed 9 years ago

syahzul commented 9 years ago

Since we still can use the official package, can we have some sort of option to switch which HTML package to be use in our app? Right now, I have to change all the HTML package to Collective version if I want to use this package.

kaidesu commented 9 years ago

No - Illuminate\Html has been deprecated and is no longer maintained, so you should be switching over to Collective~

syahzul commented 9 years ago

Ok, nice to know that. Thanks.