Download the PHP package outhebox/blade-flags without Composer
On this page you can find all versions of the php package outhebox/blade-flags. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download outhebox/blade-flags
More information about outhebox/blade-flags
Files in outhebox/blade-flags
Package blade-flags
Short Description A package to easily make use of country & language flags in your Laravel Blade views.
License MIT
Homepage https://github.com/MohmmedAshraf/blade-flags
Informations about the package blade-flags
Blade Flags For Countries & Languages
A package to easily make use of TwEmoji Countries & Languages Flags in your Laravel Blade views.
For a full list of available icons see the gallery.
Support
Thank you for considering supporting the development of this package! If you'd like to contribute, you can buy me a coffee or sponsor me to help keep me motivated to continue improving this package. You can also support the project by starring ⭐ the repository.
To buy me a coffee, click the button below:
Requirements
- PHP 8.0 or higher
- Laravel 9.0 or higher
Installation
Blade Icons
Blade Flags uses Blade Icons under the hood. Please refer to the Blade Icons readme for additional functionality. We also recommend to enable icon caching with this library.
:film_strip: here are video tutorial
How to install and how to implement the package.
📺 Watch a 3-minute video by Povilas Korop showcasing the package.
Flutter version
If you are looking for a Flutter version of this package, check dash_flags, a Flutter package that provides a set of flags for all countries and languages. by Moaz El-sawaf.
Configuration
Blade Flags also offers the ability to use features from Blade Icons like default classes, default attributes, etc. If you'd like to configure these, publish the blade-flags.php
config file:
Usage
Icons can be used as self-closing Blade components which will be compiled to SVG icons:
...produces this:
...produces this:
You can also pass classes to your icon components:
Dynamic Examples
You can also use dynamic values to render icons:
-
For country flags:
- For language flags:
Raw SVG Icons
If you want to use the raw SVG icons as assets, you can publish them using:
Then use them in your views like:
Changelog
Check out the CHANGELOG in this repository for all the recent changes.
License
Blade Flags is open-sourced software licensed under the MIT license.
All versions of blade-flags with dependencies
blade-ui-kit/blade-icons Version ^1.1
illuminate/support Version ^8.0|^9.0|^10.0|^11.0