xgrz/qbp

Laravel blade quick panel

v0.2.3 2024-06-24 10:35 UTC

This package is auto-updated.

Last update: 2025-03-25 15:54:44 UTC


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

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