chrisjk123 / laravel-favicon
0.0.3
2023-03-29 17:39 UTC
Requires
- php: ^8.0|^8.1
- intervention/image: ^2.7
- laravel/framework: ^8.67|^9.0|^10.0
Requires (Dev)
- orchestra/testbench: ^7.6
- phpunit/phpunit: ^8.0|^9.0
README
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 christopherjk123@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.