samedi 19 décembre 2015

Issue in Views present in Storage/Framework/Views: Laravel 5.1

I am facing below error.

FatalErrorException in b51e1ab1e287e7418abcd006d993c932 line 10:
syntax error, unexpected ';'

When I checked the file contents. It was showing error in below line of code. below error is shown in the following File.

Storage/Framework/Views/b51e1ab1e287e7418abcd006d993c932

<script src=<?php echo e(URL::asset("js/ion_range/ion.rangeSlider.min.js"); ?>></script>

Where as when I see the Original View file in resource Folder...It is like below.

<script src={{URL::asset("js/ion_range/ion.rangeSlider.min.js"}}></script>



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire