Sunday, March 19, 2017

[ANSWERED]Laravel Glyphicons not showing

The Laravel application is not showing the glyphicons, because is shown the error "Failed to load resource: the server responded with a status of 404 (Not Found)"?
Sulution:
$ mkdir public/css/fonts
$ cp node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf public/css/fonts/
$ cp node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.woff public/css/fonts/
$ cp node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2 public/css/fonts/


via Allan Delfino

Advertisement