PHPackages                             laravel-frontend-presets/white-dashboard - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. laravel-frontend-presets/white-dashboard

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

laravel-frontend-presets/white-dashboard
========================================

Laravel 11.x Front-end preset for white dashboard

v1.0.6(1y ago)507.9k↓87.8%110MITCSSCI failing

Since Aug 30Pushed 1y ago10 watchersCompare

[ Source](https://github.com/laravel-frontend-presets/white-dashboard)[ Packagist](https://packagist.org/packages/laravel-frontend-presets/white-dashboard)[ Docs](https://github.com/creativetimofficial/white-dashboard-laravel)[ RSS](/packages/laravel-frontend-presets-white-dashboard/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (7)Dependencies (2)Versions (8)Used By (0)

[White Dashboard Laravel - Free Frontend Preset for Laravel](https://www.creative-tim.com/live/white-dashboard-laravel/?ref=wdl-readme) [![Tweet](https://camo.githubusercontent.com/61f1981b2af954fd0ac6b80b26736ff4af7347e408841c4424c7a0a66b5c1f62/68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f75726c2f687474702f736869656c64732e696f2e7376673f7374796c653d736f6369616c266c6f676f3d74776974746572)](https://twitter.com/home?status=White%20Dashboard%20Laravel%20is%20a%20Free%20Frontend%20Preset%20for%20Laravel%20%E2%9D%A4%EF%B8%8F%0Ahttps%3A//www.creative-tim.com/live/white-dashboard-laravel%20%23%white%20%23design%20%23dashboard%20%23laravel%20%23free%20via%20%40CreativeTim)
=================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#white-dashboard-laravel---free-frontend-preset-for-laravel-)

[![version](https://camo.githubusercontent.com/a89e7b105ed96f5df779c957a407096e8ba56f262655c3fdbcfec50cf634dd47/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d312e302e312d626c75652e737667)](https://camo.githubusercontent.com/a89e7b105ed96f5df779c957a407096e8ba56f262655c3fdbcfec50cf634dd47/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d312e302e312d626c75652e737667) [![license](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667) [![GitHub issues open](https://camo.githubusercontent.com/eed24159ea27f1d43ce6a95435752feefde22758e086675f7a326d76eb3ea897/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6c61726176656c2d66726f6e74656e642d707265736574732f77686974652d64617368626f6172642e737667)](https://github.com/laravel-frontend-presets/white-dashboard/issues?q=is%3Aopen+is%3Aissue) [![GitHub issues closed](https://camo.githubusercontent.com/61376875567619cd945dab9ab9ab0561a2c2f55d47069400931aa00e13bd98bf/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732d636c6f7365642d7261772f6c61726176656c2d66726f6e74656e642d707265736574732f77686974652d64617368626f6172642e737667)](https://github.com/laravel-frontend-presets/white-dashboard/issues?q=is%3Aissue+is%3Aclosed)

[![](https://camo.githubusercontent.com/7f6000eef05f4130d55f36c4c022bfc45de2da1cf405f0f82e27d5f64727725b/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f637265617469766574696d5f6275636b65742f70726f64756374732f3231352f6f726967696e616c2f6f70745f77645f6c61726176656c5f7468756d626e61696c2e6a7067)](https://www.creative-tim.com/live/white-dashboard-laravel)

Speed up your web development with the Bootstrap 4 Admin Dashboard built for Laravel Framework 11.x and up.

If you want to get more features, go PRO with [White Dashboard PRO Laravel](https://www.creative-tim.com/product/white-dashboard-pro-laravel).

Note
----

[](#note)

We recommend installing this preset on a project that you are starting from scratch, otherwise your project's design might break.

Prerequisites
-------------

[](#prerequisites)

If you don't already have an Apache local environment with PHP and MySQL, use one of the following links:

- Windows:
- Linux &amp; Mac:

Also, you will need to install Composer:

And Laravel:

Installation
------------

[](#installation)

After initializing a fresh instance of Laravel (and making all the necessary configurations), install the preset using one of the provided methods:

### Via composer

[](#via-composer)

1. `Cd` to your Laravel app
2. Type in your terminal: `composer require laravel/ui` and `php artisan ui vue --auth`
3. Install this preset via `composer require laravel-frontend-presets/white-dashboard`. No need to register the service provider. Laravel 11.x &amp; up can auto detect the package.
4. Run `php artisan ui white` command to install the Argon preset. This will install all the necessary assets and also the custom auth views, it will also add the auth route in `routes/web.php`(NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in routes/web.php)
5. In your terminal run `composer dump-autoload`
6. Run `php artisan migrate --seed` to create basic users table

### By using the archive

[](#by-using-the-archive)

1. In your application's root create a **presets** folder
2. [Download an archive](https://github.com/laravel-frontend-presets/white-dashboard/archive/master.zip) of the repo and unzip it
3. Copy and paste **white-dashboard-master** folder in presets (created in step 2) and rename it to **white**
4. Open `composer.json` file
5. Add `"LaravelFrontendPresets\\WhitePreset\\": "presets/white/src"` to `autoload/psr-4` and to `autoload-dev/psr-4`
6. Add `LaravelFrontendPresets\WhitePreset\WhitePresetServiceProvider::class` to `config/app.php` file
7. Type in your terminal: `composer require laravel/ui` and `php artisan ui vue --auth`
8. In your terminal run `composer dump-autoload`
9. Run `php artisan ui white` command to install the White Dashboard preset. This will install all the necessary assets and also the custom auth views, it will also add the auth route in `routes/web.php`(NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in routes/web.php)
10. Run `php artisan migrate --seed` to create basic users table

Usage
-----

[](#usage)

Register a user or login using **** and **secret** and start testing the preset (make sure to run the migrations and seeders for these credentials to be available).

Besides the dashboard and the auth pages this preset also has an edit profile page. All the necessary files (controllers, requests, views) are installed out of the box and all the needed routes are added to `routes/web.php`. Keep in mind that all of the features can be viewed once you login using the credentials provided above or by registering your own user.

### Dashboard

[](#dashboard)

You can access the dashboard either by using the "**Dashboard**" link in the left sidebar or by adding **/home** in the url.

### Profile edit

[](#profile-edit)

You have the option to edit the current logged in user's profile (change name, email and password). To access this page just click the "**User profile**" link in the left sidebar or by adding **/profile** in the url.

The `App\Http\Controllers\ProfileController` handles the update of the user information.

```
public function update(ProfileRequest $request)
{
    auth()->user()->update($request->all());

    return back()->withStatus(__('Profile successfully updated.'));
}

```

Also you shouldn't worry about entering wrong data in the inputs when editing the profile, validation rules were added to prevent this (see `App\Http\Requests\ProfileRequest`). If you try to change the password you will see that other validation rules were added in `App\Http\Requests\PasswordRequest`. Notice that in this file you have a custom validation rule that can be found in `App\Rules\CurrentPasswordCheckRule`.

```
public function rules()
{
    return [
        'old_password' => ['required', 'min:6', new CurrentPasswordCheckRule],
        'password' => ['required', 'min:6', 'confirmed', 'different:old_password'],
        'password_confirmation' => ['required', 'min:6'],
    ];
}

```

Table of Contents
-----------------

[](#table-of-contents)

- [Versions](#versions)
- [Demo](#demo)
- [Documentation](#documentation)
- [File Structure](#file-structure)
- [Browser Support](#browser-support)
- [Resources](#resources)
- [Reporting Issues](#reporting-issues)
- [Licensing](#licensing)
- [Useful Links](#useful-links)

Versions
--------

[](#versions)

[![](https://github.com/creativetimofficial/public-assets/raw/master/logos/laravel_logo.png?raw=true)](https://argon-dashboard-pro-laravel.creative-tim.com/?ref=wdl-readme)

LARAVEL[![White Dashboard Laravel](https://camo.githubusercontent.com/cdad526c0fe1d13b8987e2a2efb80592c5e725eb68fefddced9d33b21dfb7501/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f637265617469766574696d5f6275636b65742f70726f64756374732f3231352f6f726967696e616c2f6f70745f77645f6c61726176656c5f7468756d626e61696c2e6a70673f31353637303837313739)](https://www.creative-tim.com/live/white-dashboard-laravel?ref=wdl-readme)Demo
----

[](#demo)

RegisterLoginDashboard[![Register](/screens/Register.png)](https://white-dashboard-laravel.creative-tim.com/register?ref=wdl-readme)[![Login](/screens/Login.png)](https://white-dashboard-laravel.creative-tim.com/login?ref=wdl-readme)[![Dashboard](/screens/Dashboard.png)](https://www.creative-tim.com/live/white-dashboard-laravel/?ref=wdl-readme)Profile PageUsers PageTables Page[![Profile Page](screens/Profile.png)](https://white-dashboard-laravel.creative-tim.com/profile?ref=wdl-readme)[![Users Page](screens/Users.png)](https://white-dashboard-laravel.creative-tim.com/user?ref=wdl-readme)[![Tables Page](screens/Tables.png)](https://white-dashboard-laravel.creative-tim.com/tables?ref=wdl-readme)[View More](https://www.creative-tim.com/live/white-dashboard-laravel/?ref=wdl-readme)Documentation
-------------

[](#documentation)

The documentation for the White Dashboard Laravel is hosted at our [website](https://www.creative-tim.com/live/white-dashboard-laravel/?start-page=/docs/getting-started/laravel-setup.html&ref=wdl-readme).

File Structure
--------------

[](#file-structure)

```
├───app
│   ├───Http
│   │   ├───Controllers
│   │   │       HomeController.php
│   │   │       PageController.php
│   │   │       ProfileController.php
│   │   │       UserController.php
│   │   │
│   │   └───Requests
│   │           PasswordRequest.php
│   │           ProfileRequest.php
│   │           UserRequest.php
│   │
│   └───Rules
│           CurrentPasswordCheckRule.php
│
├───database
│   └───seeds
│           DatabaseSeeder.php
│           UsersTableSeeder.php
│
└───resources
    ├───assets
    │   ├───css
    │   │       white-dashboard.css
    │   │       white-dashboard.css.map
    │   │       white-dashboard.min.css
    │   │       nucleo-icons.css
    │   │       theme.css
    │   │
    │   ├───demo
    │   │       demo.css
    │   │       demo.js
    │   │
    │   ├───fonts
    │   │       nucleo.eot
    │   │       nucleo.ttf
    │   │       nucleo.woff
    │   │       nucleo.woff2
    │   │
    │   ├───img
    │   │       anime3.png
    │   │       anime6.png
    │   │       apple-icon.png
    │   │       bg5.jpg
    │   │       card-primary.png
    │   │       default-avatar.png
    │   │       emilyz.jpg
    │   │       favicon.png
    │   │       header.jpg
    │   │       img_3115.jpg
    │   │       james.jpg
    │   │       mike.jpg
    │   │
    │   ├───js
    │   │   │   white-dashboard.js
    │   │   │   white-dashboard.js.map
    │   │   │   white-dashboard.min.js
    │   │   │   theme.js
    │   │   │
    │   │   ├───core
    │   │   │       bootstrap.min.js
    │   │   │       jquery.min.js
    │   │   │       popper.min.js
    │   │   │
    │   │   └───plugins
    │   │           bootstrap-notify.js
    │   │           chartjs.min.js
    │   │           perfect-scrollbar.jquery.min.js
    │   │
    │   └───scss
    │       │   white-dashboard.scss
    │       │
    │       └───white-dashboard
    │           ├───bootstrap
    │           │   │   _alert.scss
    │           │   │   _badge.scss
    │           │   │   _breadcrumb.scss
    │           │   │   _button-group.scss
    │           │   │   _buttons.scss
    │           │   │   _card.scss
    │           │   │   _carousel.scss
    │           │   │   _close.scss
    │           │   │   _code.scss
    │           │   │   _custom-forms.scss
    │           │   │   _dropdown.scss
    │           │   │   _forms.scss
    │           │   │   _functions.scss
    │           │   │   _grid.scss
    │           │   │   _images.scss
    │           │   │   _input-group.scss
    │           │   │   _jumbotron.scss
    │           │   │   _list-group.scss
    │           │   │   _media.scss
    │           │   │   _mixins.scss
    │           │   │   _modal.scss
    │           │   │   _nav.scss
    │           │   │   _navbar.scss
    │           │   │   _pagination.scss
    │           │   │   _popover.scss
    │           │   │   _print.scss
    │           │   │   _progress.scss
    │           │   │   _reboot.scss
    │           │   │   _root.scss
    │           │   │   _tables.scss
    │           │   │   _tooltip.scss
    │           │   │   _transitions.scss
    │           │   │   _type.scss
    │           │   │   _utilities.scss
    │           │   │   _variables.scss
    │           │   │
    │           │   ├───mixins
    │           │   │       _alert.scss
    │           │   │       _background-variant.scss
    │           │   │       _badge.scss
    │           │   │       _border-radius.scss
    │           │   │       _box-shadow.scss
    │           │   │       _breakpoints.scss
    │           │   │       _buttons.scss
    │           │   │       _caret.scss
    │           │   │       _clearfix.scss
    │           │   │       _float.scss
    │           │   │       _forms.scss
    │           │   │       _gradients.scss
    │           │   │       _grid-framework.scss
    │           │   │       _grid.scss
    │           │   │       _hover.scss
    │           │   │       _image.scss
    │           │   │       _list-group.scss
    │           │   │       _lists.scss
    │           │   │       _nav-divider.scss
    │           │   │       _pagination.scss
    │           │   │       _reset-text.scss
    │           │   │       _resize.scss
    │           │   │       _screen-reader.scss
    │           │   │       _size.scss
    │           │   │       _table-row.scss
    │           │   │       _text-emphasis.scss
    │           │   │       _text-hide.scss
    │           │   │       _text-truncate.scss
    │           │   │       _transition.scss
    │           │   │       _visibility.scss
    │           │   │
    │           │   └───utilities
    │           │           _align.scss
    │           │           _background.scss
    │           │           _borders.scss
    │           │           _clearfix.scss
    │           │           _display.scss
    │           │           _embed.scss
    │           │           _flex.scss
    │           │           _float.scss
    │           │           _position.scss
    │           │           _screenreaders.scss
    │           │           _shadows.scss
    │           │           _sizing.scss
    │           │           _spacing.scss
    │           │           _text.scss
    │           │           _visibility.scss
    │           │
    │           ├───custom
    │           │   │   _alerts.scss
    │           │   │   _buttons.scss
    │           │   │   _card.scss
    │           │   │   _checkboxes-radio.scss
    │           │   │   _dropdown.scss
    │           │   │   _fixed-plugin.scss
    │           │   │   _footer.scss
    │           │   │   _forms.scss
    │           │   │   _functions.scss
    │           │   │   _images.scss
    │           │   │   _input-group.scss
    │           │   │   _misc.scss
    │           │   │   _mixins.scss
    │           │   │   _modal.scss
    │           │   │   _navbar.scss
    │           │   │   _rtl.scss
    │           │   │   _sidebar-and-main-panel.scss
    │           │   │   _tables.scss
    │           │   │   _type.scss
    │           │   │   _utilities.scss
    │           │   │   _variables.scss
    │           │   │   _white-content.scss
    │           │   │
    │           │   ├───cards
    │           │   │       _card-chart.scss
    │           │   │       _card-map.scss
    │           │   │       _card-plain.scss
    │           │   │       _card-task.scss
    │           │   │       _card-user.scss
    │           │   │
    │           │   ├───mixins
    │           │   │       opacity.scss
    │           │   │       _alert.scss
    │           │   │       _background-variant.scss
    │           │   │       _badges.scss
    │           │   │       _buttons.scss
    │           │   │       _dropdown.scss
    │           │   │       _forms.scss
    │           │   │       _icon.scss
    │           │   │       _inputs.scss
    │           │   │       _modals.scss
    │           │   │       _page-header.scss
    │           │   │       _popovers.scss
    │           │   │       _vendor-prefixes.scss
    │           │   │       _wizard.scss
    │           │   │
    │           │   ├───utilities
    │           │   │       _backgrounds.scss
    │           │   │       _floating.scss
    │           │   │       _helper.scss
    │           │   │       _position.scss
    │           │   │       _shadows.scss
    │           │   │       _sizing.scss
    │           │   │       _spacing.scss
    │           │   │       _text.scss
    │           │   │       _transform.scss
    │           │   │
    │           │   └───vendor
    │           │           _plugin-animate-bootstrap-notify.scss
    │           │           _plugin-perfect-scrollbar.scss
    │           │
    │           └───plugins
    │                   _plugin-perfect-scrollbar.scss
    │
    └───views
        │   dashboard.blade.php
        │   welcome.blade.php
        │
        ├───alerts
        │       feedback.blade.php
        │       success.blade.php
        │
        ├───auth
        │   │   login.blade.php
        │   │   register.blade.php
        │   │   verify.blade.php
        │   │
        │   └───passwords
        │           email.blade.php
        │           reset.blade.php
        │
        ├───layouts
        │       │   app.blade.php
        │       │   footer.blade.php
        │       │
        │       └───navbars
        │           │   navbar.blade.php
        │           │   sidebar.blade.php
        │           │
        │           └───navs
        │                   auth.blade.php
        │                   guest.blade.php
        │
        ├───pages
        │       icons.blade.php
        │       language.blade.php
        │       map.blade.php
        │       maps.blade.php
        │       notifications.blade.php
        │       rtl.blade.php
        │       tables.blade.php
        │       table_list.blade.php
        │       typography.blade.php
        │       upgrade.blade.php
        │
        ├───profile
        │       edit.blade.php
        │
        └───users
                index.blade.php

```

Browser Support
---------------

[](#browser-support)

At present, we officially aim to support the last two versions of the following browsers:

[![](https://github.com/creativetimofficial/public-assets/raw/master/logos/chrome-logo.png?raw=true)](https://github.com/creativetimofficial/public-assets/blob/master/logos/chrome-logo.png?raw=true) [![](https://raw.githubusercontent.com/creativetimofficial/public-assets/master/logos/firefox-logo.png)](https://raw.githubusercontent.com/creativetimofficial/public-assets/master/logos/firefox-logo.png) [![](https://raw.githubusercontent.com/creativetimofficial/public-assets/master/logos/edge-logo.png)](https://raw.githubusercontent.com/creativetimofficial/public-assets/master/logos/edge-logo.png) [![](https://raw.githubusercontent.com/creativetimofficial/public-assets/master/logos/safari-logo.png)](https://raw.githubusercontent.com/creativetimofficial/public-assets/master/logos/safari-logo.png) [![](https://raw.githubusercontent.com/creativetimofficial/public-assets/master/logos/opera-logo.png)](https://raw.githubusercontent.com/creativetimofficial/public-assets/master/logos/opera-logo.png)

Resources
---------

[](#resources)

- Demo:
- Download Page:
- Documentation: [https://www.creative-tim.com/live/white-dashboard-pro-laravel/?start-page=/docs/getting-started/laravel-setup.html&amp;ref=wdl-readme](https://www.creative-tim.com/live/white-dashboard-pro-laravel/?start-page=/docs/getting-started/laravel-setup.html&ref=wdl-readme)
- License Agreement:
- Support:
- Issues: [Github Issues Page](https://github.com/laravel-frontend-presets/white-dashboard/issues)
- **Dashboards:**

LARAVEL[![White Dashboard Laravel](https://camo.githubusercontent.com/cdad526c0fe1d13b8987e2a2efb80592c5e725eb68fefddced9d33b21dfb7501/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f637265617469766574696d5f6275636b65742f70726f64756374732f3231352f6f726967696e616c2f6f70745f77645f6c61726176656c5f7468756d626e61696c2e6a70673f31353637303837313739)](https://www.creative-tim.com/live/white-dashboard-laravel/?ref=wdl-readme)Change log
----------

[](#change-log)

Please see the [changelog](CHANGELOG.md) for more information on what has changed recently.

Credits
-------

[](#credits)

- [Creative Tim](https://creative-tim.com/?ref=wdl-readme)
- [UPDIVISION](https://updivision.com)

Reporting Issues
----------------

[](#reporting-issues)

We use GitHub Issues as the official bug tracker for the White Dashboard Laravel. Here are some advices for our users that want to report an issue:

1. Make sure that you are using the latest version of the White Dashboard Laravel. Check the CHANGELOG from your dashboard on our [website](https://www.creative-tim.com/?ref=wdl-readme).
2. Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
3. Some issues may be browser specific, so specifying in what browser you encountered the issue might help.

Licensing
---------

[](#licensing)

- Copyright Creative Tim ()
- Licensed under MIT ()

Useful Links
------------

[](#useful-links)

- [Tutorials](https://www.youtube.com/channel/UCVyTG4sCw-rOvB9oHkzZD1w)
- [Affiliate Program](https://www.creative-tim.com/affiliates/new/?ref=wdl-readme) (earn money)
- [Blog Creative Tim](http://blog.creative-tim.com/?ref=wdl-readme)
- [Free Products](https://www.creative-tim.com/bootstrap-themes/free/?ref=wdl-readme) from Creative Tim
- [Premium Products](https://www.creative-tim.com/bootstrap-themes/premium?ref=wdl-readme) from Creative Tim
- [React Products](https://www.creative-tim.com/bootstrap-themes/react-themes?ref=wdl-readme) from Creative Tim
- [Angular Products](https://www.creative-tim.com/bootstrap-themes/angular-themes?ref=wdl-readme) from Creative Tim
- [VueJS Products](https://www.creative-tim.com/bootstrap-themes/vuejs-themes?ref=wdl-readme) from Creative Tim
- [More products](https://www.creative-tim.com/bootstrap-themes?ref=wdl-readme) from Creative Tim
- Check our Bundles [here](https://www.creative-tim.com/bundles??ref=wdl-readme)

Social Media
------------

[](#social-media)

### Creative Tim:

[](#creative-tim)

Twitter:

Facebook:

Dribbble:

Instagram:

### Updivision:

[](#updivision)

Twitter:

Facebook:

Linkedin:

Updivision Blog:

Credits
-------

[](#credits-1)

- [Creative Tim](https://creative-tim.com/?ref=wdl-readme)
- [UPDIVISION](https://updivision.com)

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity38

Limited adoption so far

Community23

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 67.2% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~317 days

Recently: every ~424 days

Total

7

Last Release

597d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/23558090?v=4)[Miguel Piedrafita](/maintainers/m1guelpf)[@m1guelpf](https://github.com/m1guelpf)

---

Top Contributors

[![teamupdivision](https://avatars.githubusercontent.com/u/45566836?v=4)](https://github.com/teamupdivision "teamupdivision (41 commits)")[![mariusconstantin2503](https://avatars.githubusercontent.com/u/4282568?v=4)](https://github.com/mariusconstantin2503 "mariusconstantin2503 (9 commits)")[![AndreiCristiDecuseara](https://avatars.githubusercontent.com/u/52404612?v=4)](https://github.com/AndreiCristiDecuseara "AndreiCristiDecuseara (6 commits)")[![AndreiDecuseara](https://avatars.githubusercontent.com/u/37242478?v=4)](https://github.com/AndreiDecuseara "AndreiDecuseara (3 commits)")[![CatalinSimionescu](https://avatars.githubusercontent.com/u/147370268?v=4)](https://github.com/CatalinSimionescu "CatalinSimionescu (1 commits)")[![ovidiustanc123](https://avatars.githubusercontent.com/u/83402502?v=4)](https://github.com/ovidiustanc123 "ovidiustanc123 (1 commits)")

---

Tags

laravelpresetwhite

### Embed Badge

![Health badge](/badges/laravel-frontend-presets-white-dashboard/health.svg)

```
[![Health](https://phpackages.com/badges/laravel-frontend-presets-white-dashboard/health.svg)](https://phpackages.com/packages/laravel-frontend-presets-white-dashboard)
```

###  Alternatives

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

23.9k69.5k](/packages/grumpydictator-firefly-iii)[laravel-frontend-presets/material-dashboard

Laravel 11.x Front-end preset for material

267291.7k](/packages/laravel-frontend-presets-material-dashboard)[firefly-iii/data-importer

Firefly III Data Import Tool.

8035.8k](/packages/firefly-iii-data-importer)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[laravel-frontend-presets/now-ui-dashboard

Laravel 11.x Front-end preset for now ui dashboard

22318.5k](/packages/laravel-frontend-presets-now-ui-dashboard)[laravel-frontend-presets/paper

Laravel 10.x Front-end preset for paper dashboard

5018.2k](/packages/laravel-frontend-presets-paper)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
