I've included glyphicon icons in my Laravel webapp in this way:
<span class="glyphicon glyphicon-edit" aria-hidden="true"></span>
but they are not shown because the resource is not found.
Below the details of the HTTP 404:
GET http://localhost:8000/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-
halflings-regular.woff2 [HTTP/1.0 404 Not Found 168ms]
downloadable font: download failed (font-family: "Glyphicons Halflings"
style:normal weight:normal stretch:normal src index:1): status=2147746065
source: http://localhost:8000/fonts/vendor/bootstrap-
sass/bootstrap/glyphicons-halflings-regular.woff2?
448c34a56d699c29117adc64c43affeb
Thanks in advance.