combindma/dashui

Dashboard user interface


Keywords
laravel, combindma, dashui
License
MIT

Documentation

Dashboard user interface

Latest Version on Packagist GitHub Code Style Action Status Total Downloads

Installation

You can install the package via composer:

composer require combindma/dashui

You can publish the config file with:

php artisan vendor:publish --provider="Combindma\Dashui\DashuiServiceProvider" --tag="dashui-config"

This is the contents of the published config file:

return [
    'layout' => 'layout1',  // choose between layout1 or layout2
    'css_path' => '/assets/css/tailwind.css',
    'js_path' => '/assets/js/alpine.js',
];

You can publish views with:

php artisan vendor:publish --provider="Combindma\Dashui\DashuiServiceProvider" --tag="dashui-views"

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.