Wednesday, July 26, 2017

[Laravel 5.5][Resolved] Class url not found in view

Have you move the view code from old laravel version?
Check have you missed to change old syntax, and are u using deprecated syntax.
for example, change this from
url::to("images/abc.jpg");
to
url("images/abc.jpg");

No comments :

Post a Comment