LaravelPackages.net
Acme Inc.
Toggle sidebar
xgrz/qbp

Laravel blade quick panel

9
0
v0.2.3
About xgrz/qbp

xgrz/qbp is a Laravel package for laravel blade quick panel. It currently has 0 GitHub stars and 9 downloads on Packagist (latest version v0.2.3). Install it with composer require xgrz/qbp. Discover more Laravel packages by xgrz or browse all Laravel packages to compare alternatives.

Last updated

Laravel Quick Panel

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 |

Comments