承接 argora/tabler-assets 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

argora/tabler-assets

Composer 安装命令:

composer require argora/tabler-assets

包简介

Compiled Tabler UI assets (CSS, JS, fonts, etc.) for PHP projects without NPM

README 文档

README

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:

vendor/argora/tabler-assets/public/
├── css/
├── js/
├── img/
└── libs/

✅ How to Use in Your PHP Project

  1. Require the package via Composer:
composer require argora/tabler-assets
  1. Add the following to your composer.json to automatically copy the assets to your public/ directory:
"scripts": {
  "post-install-cmd": [
    "@copy-tabler"
  ],
  "post-update-cmd": [
    "@copy-tabler"
  ],
  "copy-tabler": [
    "mkdir -p public/assets",
    "cp -r vendor/argora/tabler-assets/public/* public/assets/"
  ]
}
  1. Reference the assets in your HTML or Twig templates:
<link rel="stylesheet" href="/assets/css/tabler.min.css">
<script src="/assets/js/tabler.min.js"></script>

🔄 Updating

To get the latest version of the assets:

composer update argora/tabler-assets

This will pull any new versions and re-copy the assets if you have the scripts configured.

📖 About This Package

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.

统计信息

  • 总下载量: 82
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: JavaScript

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-07-19

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固