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
The package has been completely rewritten, all code updated to be more in line with the Laravel version code. Several of the functions in the extended class were not needed and have been removed and the code has been cleaned up a bit.
Now uses Laravel auto registration feature.
No longer need to remove Illuminate\View\ViewServiceProvider::class from config/app.php
The ability to setRawTags, setContentTags, and setEscapedTags have been removed from Laravel (laravel/framework#17736). They are depreciated here.
The compiler function setDeleteViewCacheAfterRender, has been deprecated as I didn't find any code where it was actually being used.