xgrz / qbp
Laravel blade quick panel
v0.2.3
2024-06-24 10:35 UTC
Requires
- brick/postcode: ^0.3.1
- laravel/framework: ^10.0||^11.0
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 |