Package of 110+ free favicons for your Laravel project (12 sizes for each favicon).
composer require beaubus/favicons-for-laravel
php artisan vendor:publish --tag=beaubus-favicons --force
❗️favicon.ico in /public folder would be changed after installation.
Add to the header section of blade file:
@include('favicons::all')
Check if you linked your storage folder with
php artisan storage:link
if urls are not working.
php artisan beaubus:install-favicon 'fidget spinner'