jcadima
8/26/2017 - 9:23 PM

Laravel Favicon

Laravel Favicon


https://stackoverflow.com/questions/27563580/how-to-link-favicon-icon-at-laravel

1) In layout.blade.php

<link rel="shortcut icon" href="{{ asset('favicon.ico')}}" type="image/x-icon">


2) upload the favicon.ico in the webroot, not public/ , it has to be at the root
level directory