๐บ๐ฆ Ukraine Support Banners for your Laravel Application.
wavey/ukraine-banners is a Laravel package for ๐บ๐ฆ ukraine support banners for your laravel application..
It currently has 3 GitHub stars and 21 downloads on Packagist (latest version v1.0.0).
Install it with composer require wavey/ukraine-banners.
Discover more Laravel packages by wavey
or browse all Laravel packages to compare alternatives.
Last updated
We have recently launched Ukraine Banners and to make developers life easier, we have decided to make a Laravel package to allow developers to instantly add their banners through Composer.
You can install the package via composer:
composer require wavey/ukraine-banners
Once you have done this, run the following command:
php artisan ukraine-banners:install
This will automatically publish the config along with the views to /resources/views/vendor/wavey.
Simply add this at the bottom of your layout, just before the </body> tag.
<x-ukraine-banner></x-ukraine-banner>
You can modify the banner from your .env file using the following variables:
UKRAINE_BANNER_ENABLED=true
UKRAINE_BANNER_THEME="dark"
UKRAINE_BANNER_SIZE="small"
UKRAINE_BANNER_POSITION="bottom-right"
You can also modify the config from the config/ukraine-banners.php file that is published with the install command.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.