Download the PHP package vigstudio/laravel-tabler-icons without Composer
On this page you can find all versions of the php package vigstudio/laravel-tabler-icons. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vigstudio/laravel-tabler-icons
More information about vigstudio/laravel-tabler-icons
Files in vigstudio/laravel-tabler-icons
Package laravel-tabler-icons
Short Description The Tabler Icons Blade Component
License MIT
Homepage https://github.com/vigstudio/laravel-tabler-icons
Informations about the package laravel-tabler-icons
Tabler Icons Blade Components
Installation
You can install the package via composer:
Usage
Using Blade Components (Traditional Way)
Using Helper Function
Using Facade & Helpers (New Way)
Method Name Conversion
The facade automatically converts method names to icon names:
TablerIcon::home()
→home
TablerIcon::album()
→album
TablerIcon::userPlus()
→user-plus
TablerIcon::brandGithub()
→brand-github
TablerIcon::heartFilled()
→heart-filled
Numeric Icons (Special Handling):
TablerIcon::twelveHours()
→12-hours
TablerIcon::twentyFourHours()
→24-hours
TablerIcon::twoFa()
→2fa
TablerIcon::threeDCubeSphere()
→3d-cube-sphere
Note: Icons starting with numbers use word-based method names since PHP method names cannot start with numbers.
Available Methods
Working with Attributes
Only TablerIcon::
facade and tabler_icon()
helper support attributes:
Icon Browser & Testing
Main Icon Browser:
Visit /tabler-icons-demo
route (in development environment) to browse all available icons with usage examples.
Features:
- Browse all 6000+ icons with pagination
- Search functionality
- 3 usage methods for each icon:
- Facade:
TablerIcon::iconName()
- Helper Function:
tabler_icon('icon-name')
- Blade Component:
<x-tabler-icons::icon-name />
- Facade:
Tailwind CSS Test Page:
Visit /tabler-icons-test
route to see a comprehensive test page with Tailwind CSS styling examples.
Features:
- 🎨 Color variations - All Tailwind color classes
- 📏 Size variations - From w-4 h-4 to w-20 h-20
- ✨ Advanced styling - Drop shadows, rotations, scaling
- 🎬 Animations - Bounce, spin, pulse effects
- 🏢 Brand icons - Popular brand icons with proper colors
- 🔢 Numeric icons - Examples of number-based icons
- 💡 Usage tips - Best practices and conversion examples
Changelog
Please see CHANGELOG for more information what has changed recently.
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-tabler-icons with dependencies
illuminate/support Version ^11.0|^12.0
illuminate/view Version ^11.0|^12.0