xgrz/qbp
最新稳定版本:v0.2.3
Composer 安装命令:
composer require xgrz/qbp
包简介
Laravel blade quick panel
README 文档
README
Package contains basic blade views for data presentation. This is free for private and commercial use AS IS.
Installation
composer require xgrz/qbp
Components
- Table / With pagination
- Pagination
- Modal
- Icons
- Form components
- Button / Link button
- Nav-Item
- NotFound
- Paper
- Inline status
Snippets
Helpers
Publish templates
You can publish templates by running in console:
php artisan vendor:publish --tag=quick-blade-panel
You can find published templates in resources/views/vendor/quick-blade-panel directory (by default).
Configuration
Package uses simple configuration just by adding variables for templates.
| Variable name | Data Type | Default | Description |
|---|---|---|---|
$abp_appName |
string | (empty string) | set your app name |
$qbp_useTailwind |
bool | true | should load tailwind cdn |
$qbp_apline |
bool | false | should load apline.js |
$qbp_navigationTemplate |
string | p::navigation.container | path to navigation container |
$qbp_navigationItems |
string | (empty string) | path to navigation item template |
$qbp_footerTemplate |
string | p::footer.content | path to footer template |
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-06-15