LaravelPackages.net
Acme Inc.
Toggle sidebar
wavey/ukraine-banners

๐Ÿ‡บ๐Ÿ‡ฆ Ukraine Support Banners for your Laravel Application.

21
3
v1.0.0
About wavey/ukraine-banners

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

๐Ÿ‡บ๐Ÿ‡ฆ Ukraine Banners for Laravel #StandWithUkraine

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.

Installation

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.

Usage

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.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

License

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

Comments