Download the PHP package argora/tabler-assets without Composer
On this page you can find all versions of the php package argora/tabler-assets. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download argora/tabler-assets
More information about argora/tabler-assets
Files in argora/tabler-assets
Package tabler-assets
Short Description Compiled Tabler UI assets (CSS, JS, fonts, etc.) for PHP projects without NPM
License MIT
Informations about the package tabler-assets
Tabler Assets for PHP Projects
This package provides the compiled Tabler UI assets (CSS, JS, fonts, etc.) for PHP projects that do not use NPM or Webpack.
It is designed to work with frameworks like Slim, Laravel, Symfony, or any plain PHP setup.
You can install it via Composer and automatically copy the assets into your public directory using post-install scripts.
📦 Package Contents
After installation, you'll find the following folders inside:
✅ How to Use in Your PHP Project
-
Require the package via Composer:
-
Add the following to your
composer.json
to automatically copy the assets to yourpublic/
directory: - Reference the assets in your HTML or Twig templates:
🔄 Updating
To get the latest version of the assets:
This will pull any new versions and re-copy the assets if you have the scripts configured.
📖 About This Package
- Version: 1.4.0
- License: MIT
- Source: https://github.com/tabler/tabler
This package redistributes the compiled output from the official Tabler UI project.
It is not affiliated with the Tabler authors.
All original rights and credit belong to the Tabler team. This package simply makes the compiled output accessible via Composer for projects that do not use NPM.
📝 License
This package and the original Tabler code are distributed under the MIT License.
Tabler is © the original authors at https://github.com/tabler/tabler.
This package simply republishes their compiled output for convenience in Composer-based PHP workflows.