I receive the following error message in "some" of my laravel webpages project:
This site can’t be reached The connection was reset. ERR_CONNECTION_RESET
Any advise please
I receive the following error message in "some" of my laravel webpages project:
This site can’t be reached The connection was reset. ERR_CONNECTION_RESET
Any advise please
I have found that the problem is because of the commenting syntax i am using. for example:
{{--
<div class="btn-group">
<button type="button" class="btn btn-default">
<span class="glyphicon glyphicon-ok"></span>
</button>
</div>
--}}