Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Dash Stack Theme Laravel Package

nuxtifyts/dash-stack-theme

View on GitHub
Deep Wiki
Context7

FilamentPHP DashStack Theme

GitHub License Packagist Version PhpStan Level PHPStan Laravel Pint PHPUnit

Dash Stack Theme Light/Dark

Tested on Filamentphp demo app

Acknowledgements

Name based and Design inspired from DashStack Theme. Big thanks for Seju for this amazing design.

Documentation

Installation

Step 1: Install this package using composer:

composer require nuxtifyts/dash-stack-theme

Step 2: Run install command:

Running this command will install required npm packages (If they're not already installed), and it will publish its assets as well.

php artisan filament-dash-stack-theme:install

Step 3: Register filament plugin:

Within your targeted panel provider, you can now use and register dash stack theme plugin:

use Nuxtifyts\DashStackTheme\DashStackThemePlugin;

// ...

$panel->plugin(DashStackThemePlugin::make());

Step 4: Add DashStack to your vite config:

Add DashStack theme to your vite.config.js:

input: [
   // ...
   'vendor/nuxtifyts/dash-stack-theme/resources/css/theme.css',
],

For more information on using theme, check filament docs.

Configuration

DashStack theme comes by default with a configuration for primary color used, and predefined dashboard configs for the theme, if needed to be altered, you can always publish vendor config file and change them however you see fit:

// filament-dash-stack-theme.php

use Nuxtifyts\DashStackTheme\Support\Colors\Color;

return [
    'default-colors' => [
        'primary' => Color::Blue,
    ],

    'side-bar-collapsable-on-desktop' => true,

    'collapsible-navigation-groups' => false,

    'breadcrumbs' => false,

    /**
     * Nunito Sans is the default font for the theme.
     */
    'use-default-font' => true,
];

note: The default font used for Dash Stack Theme is Nunito Sans, you can disable this behavior by publish the config file of this package, and setting use-default-font to false.

Upcoming Features

Eventually these components will be added to the package, if you have any suggestions/feedback, if you have a feature request, please don't hesitate to do so in GitHub.

List of upcoming changes:

  • Date / DateTime / DateRange component
  • Select component (Could be only UI changes for this one)

Appearance

Login Page

Dashboard Page

Global Search

Notification Modal

User Menu

Resource Page

Grid Table

Forms

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
terminal42/code-quality-tools
codifyo/ts-generator-bundle
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky
spatie/mailcoach-vapor