LaravelPackages.net
Acme Inc.
Toggle sidebar
chrisjk123/laravel-favicon

541
0
0.0.4
About chrisjk123/laravel-favicon

chrisjk123/laravel-favicon is a Laravel package. It currently has 0 GitHub stars and 541 downloads on Packagist (latest version 0.0.4). Install it with composer require chrisjk123/laravel-favicon. Discover more Laravel packages by chrisjk123 or browse all Laravel packages to compare alternatives.

Last updated

Generate favicon files for Laravel.

Version MIT Licensed GitHub Tests Action Status

Requirements

  • PHP 8.2 or higher
  • Laravel 10.0 or 11.0

Installation

You can install the package via composer:

composer require chrisjk123/laravel-favicon

You can optionally publish the config file with:

php artisan vendor:publish --provider="Chriscreates\Favicon\Providers\FaviconServiceProvider" --tag="favicon-config"

Usage

Place a .png image into your /public directory. Variations sizes of this image will be created.

Into your base layout file:

@include('favicon::meta')

To generate favicons:

php aritsan favicon:generate

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Star History Chart