PHPackages                             laravel-frontend-presets/now-ui-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/now-ui-dashboard

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

laravel-frontend-presets/now-ui-dashboard
=========================================

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

v1.0.7(1y ago)22318.3k↓33.3%158[1 issues](https://github.com/laravel-frontend-presets/now-ui-dashboard/issues)[3 PRs](https://github.com/laravel-frontend-presets/now-ui-dashboard/pulls)MITCSS

Since Aug 30Pushed 1y ago14 watchersCompare

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

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

[Now-ui Dashboard Laravel](https://www.creative-tim.com/live/now-ui-dashboard-laravel/?ref=ndl-readme) [![Tweet](https://camo.githubusercontent.com/61f1981b2af954fd0ac6b80b26736ff4af7347e408841c4424c7a0a66b5c1f62/68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f75726c2f687474702f736869656c64732e696f2e7376673f7374796c653d736f6369616c266c6f676f3d74776974746572)](https://twitter.com/home?status=now-ui%20Dashboard%20Pro%20Laravel%E2%9D%A4%EF%B8%8F%0Ahttps%3A//now-ui-dashboard-laravel.creative-tim.com/%20%23%now-ui%20%23design%20%23dashboard%20%23laravel%20%23pro%20via%20%40CreativeTim)
=========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#now-ui-dashboard-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/090aa6d0ed7967875e34c1bd9b870eb02c01650ca3c0965f5ef9bcef9113ae2c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6c61726176656c2d66726f6e74656e642d707265736574732f6e6f772d75692d64617368626f6172642e7376673f6d61784167653d32353932303030)](https://github.com/laravel-frontend-presets/now-ui-dashboard/issues?q=is%3Aopen+is%3Aissue) [![GitHub issues closed](https://camo.githubusercontent.com/f4a63e8affd5e278f59132070b383334c5867a063d0193ce5a414893b4ff87fe/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732d636c6f7365642d7261772f6c61726176656c2d66726f6e74656e642d707265736574732f6e6f772d75692d64617368626f6172642e7376673f6d61784167653d32353932303030)](https://github.com/laravel-frontend-presets/now-ui-dashboard/issues?q=is%3Aissue+is%3Aclosed)

*Frontend version*: Now UI Dashboard v1.4.1. More info at

[![](https://camo.githubusercontent.com/ddceea8b647390bd2af502b63506812f027749801b9124e1ce13ea9b626b8aa7/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f637265617469766574696d5f6275636b65742f70726f64756374732f3231312f6f726967696e616c2f6f70745f6e75645f6c61726176656c5f7468756d626e61696c2e6a7067)](https://www.creative-tim.com/live/now-ui-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 [Now UI Dashboard PRO Laravel](https://www.creative-tim.com/product/now-ui-dashboard-pro-laravel).

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/now-ui-dashboard`. No need to register the service provider. Laravel 5.5 &amp; up can auto detect the package.
4. Run `php artisan ui nowui` command to install the NowUI 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/now-ui-dashboard/archive/master.zip) of the repo and unzip it
3. Copy and paste **now-ui-master** folder in presets (created in step 2) and rename it to **NowUi**
4. Open `composer.json` file
5. Add `"LaravelFrontendPresets\\NowUiPreset\\": "presets/NowUi/src"` to `autoload/psr-4` and to `autoload-dev/psr-4`
6. Add `LaravelFrontendPresets\NowUiPreset\NowUiPresetServiceProvider::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 nowui` command to install the NowUI 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)

To start testing the theme, register as a user or log in using one of the default users:

- admin type - **** with the password **secret**

Make sure to run the migrations and seeders for the above credentials to be available.

In addition to the features included in the free preset, the Pro theme also has a role management example with an updated user management, as well as tag management, category management and item management examples. 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 the features can be viewed once you log in using the credentials provided above or by registering your own user.

### Dashboard

[](#dashboard)

You can access the dashboard either by using the "**Dashboards/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 information (name, email, profile picture) and password. To access this page, just click the "**Examples/Profile**" link in the left sidebar or add **/profile** in the URL.

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

```
public function update(ProfileRequest $request)
    {
        auth()->user()->update(
            $request->merge(['picture' => $request->photo ? $request->photo->store('profile', 'public') : null])
                ->except([$request->hasFile('photo') ? '' : 'picture'])
        );

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

/**
* Change the password
*
* @param  \App\Http\Requests\PasswordRequest  $request
* @return \Illuminate\Http\RedirectResponse
*/
public function password(PasswordRequest $request)
{
    auth()->user()->update(['password' => Hash::make($request->get('password'))]);

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

```

If you input the wrong data when editing the profile, don't worry. Validation rules have been added to prevent this (see `App\Http\Requests\ProfileRequest`). If you try to change the password, you will see that additional validation rules have been added in `App\Http\Requests\PasswordRequest`. You also 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/html-logo.jpg?raw=true)](https://demos.creative-tim.com/argon-dashboard-pro/pages/dashboards/dashboard.html?ref=ndl-readme)[![](https://github.com/creativetimofficial/public-assets/raw/master/logos/laravel_logo.png?raw=true)](https://argon-dashboard-laravel.creative-tim.com/?ref=ndl-readme)

HTMLLARAVEL[![now-ui Dashboard HTML](https://camo.githubusercontent.com/c2c5c0dc2906b23e6e7d2a6d1f3d6bd5b0b0d6a8f6309699d9f9cbb5db7f3bc6/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f637265617469766574696d5f6275636b65742f70726f64756374732f37352f6f726967696e616c2f6f70745f6e75645f7468756d626e61696c2e6a70673f31353138373935353434)](https://demos.creative-tim.com/now-ui-dashboard/examples/dashboard.html?ref=ndl-readme)[![now-ui Dashboard Laravel](https://camo.githubusercontent.com/8a3818093e0ca6513a35d201c44bb9102d43d1163f9d2b82dd5e5f4fe5791b13/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f637265617469766574696d5f6275636b65742f70726f64756374732f3231312f6f726967696e616c2f6f70745f6e75645f6c61726176656c5f7468756d626e61696c2e6a70673f31353637303837323832)](https://www.creative-tim.com/live/now-ui-dashboard-laravel/?ref=ndl-readme)Demo
----

[](#demo)

LoginDashboard[![Login](screens/login.png)](https://now-ui-dashboard-laravel.creative-tim.com/login?ref=ndl-readme)[![Dashboard](/screens/dashboard.png)](https://now-ui-dashboard-laravel.creative-tim.com/?ref=ndl-readme)Profile PageUsers Page[![Profile Page](/screens/profile.png)](https://now-ui-dashboard-laravel.creative-tim.com/profile?ref=ndl-readme)[![Users Page](/screens/users.png)](https://now-ui-dashboard-laravel.creative-tim.com/user?ref=ndl-readme)[View More](https://www.creative-tim.com/live/now-ui-dashboard-laravel/?ref=ndl-readme)Documentation
-------------

[](#documentation)

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

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

[](#file-structure)

```
├── changelog.md
├── composer.json
├── docs
│   └── documentation.html
├── .git
│   ├── branches
│   ├── COMMIT_EDITMSG
│   ├── config
│   ├── description
│   ├── HEAD
│   ├── hooks
│   │   ├── applypatch-msg.sample
│   │   ├── commit-msg.sample
│   │   ├── fsmonitor-watchman.sample
│   │   ├── post-update.sample
│   │   ├── pre-applypatch.sample
│   │   ├── pre-commit.sample
│   │   ├── prepare-commit-msg.sample
│   │   ├── pre-push.sample
│   │   ├── pre-rebase.sample
│   │   ├── pre-receive.sample
│   │   └── update.sample
│   ├── index
│   ├── info
│   │   └── exclude
│   ├── logs
│   │   ├── HEAD
│   │   └── refs
│   │       ├── heads
│   │       │   ├── develop
│   │       │   └── master
│   │       └── remotes
│   │           └── origin
│   │               └── develop
│   ├── objects
│   └── refs
│       ├── heads
│       │   ├── develop
│       │   └── master
│       ├── remotes
│       │   └── origin
│       │       └── develop
│       └── tags
├── license.md
├── README.md
├── screens
│   ├── Dashboard.png
│   ├── login.png
│   ├── Profile.png
│   └── Users.png
├── src
│   ├── NowUiPreset.php
│   ├── NowUIPresetServiceProvider.php
│   └── now-ui-stubs
│       ├── app
│       │   ├── Console
│       │   │   ├── comments
│       │   │   │   └── DeleteOldUsers.php
│       │   │   └── Kernel.php
│       │   ├── Exceptions
│       │   │   └── Handler.php
│       │   ├── Http
│       │   │   ├── Controllers
│       │   │   │   ├── Auth
│       │   │   │   │   ├── ForgotPasswordController.php
│       │   │   │   │   ├── LoginController.php
│       │   │   │   │   ├── RegisterController.php
│       │   │   │   │   ├── ResetPasswordController.php
│       │   │   │   │   └── VerificationController.php
│       │   │   │   ├── Controller.php
│       │   │   │   ├── HomeController.php
│       │   │   │   ├── PageController.php
│       │   │   │   ├── ProfileController.php
│       │   │   │   └── UserController.php
│       │   │   ├── Kernel.php
│       │   │   ├── Middleware
│       │   │   │   ├── Authenticate.php
│       │   │   │   ├── CheckForMaintenanceMode.php
│       │   │   │   ├── EncryptCookies.php
│       │   │   │   ├── RedirectIfAuthenticated.php
│       │   │   │   ├── TrimStrings.php
│       │   │   │   ├── TrustProxies.php
│       │   │   │   └── VerifyCsrfToken.php
│       │   │   └── Requests
│       │   │       ├── CategoryRequest.php
│       │   │       ├── ItemRequest.php
│       │   │       ├── PasswordRequest.php
│       │   │       ├── ProfileRequest.php
│       │   │       ├── TagRequest.php
│       │   │       └── UserRequest.php
│       │   ├── Observers
│       │   │   └── UserObserver.php
│       │   ├── Policies
│       │   │   └── UserPolicy.php
│       │   ├── Providers
│       │   │   ├── AppServiceProvider.php
│       │   │   ├── AuthServiceProvider.php
│       │   │   ├── BroadcastServiceProvider.php
│       │   │   ├── EventServiceProvider.php
│       │   │   └── RouteServiceProvider.php
│       │   ├── Rules
│       │   │   └── CurrentPasswordCheckRule.php
│       │   └── User.php
│       ├── database
│       │   ├── factories
│       │   │   └── UserFactory.php
│       │   ├── .gitignore
│       │   ├── migrations
│       │   │   ├── 2014_10_12_100000_create_password_resets_table.php
│       │   │   └── 2019_01_15_110000_create_users_table.php
│       │   └── seeds
│       │       ├── DatabaseSeeder.php
│       │       └── UsersTableSeeder.php
│       └── resources
│           ├── assets
│           │   ├── css
│           │   │   ├── bootstrap.min.css
│           │   │   ├── bootstrap.min.css.map
│           │   │   ├── now-ui-dashboard.css
│           │   │   ├── now-ui-dashboard.css.map
│           │   │   └── now-ui-dashboard.min.css
│           │   ├── demo
│           │   │   ├── demo.css
│           │   │   └── demo.js
│           │   ├── fonts
│           │   │   ├── nucleo-license.md
│           │   │   ├── nucleo-outline.eot
│           │   │   ├── nucleo-outline.ttf
│           │   │   ├── nucleo-outline.woff
│           │   │   └── nucleo-outline.woff2
│           │   ├── img
│           │   │   ├── apple-icon.png
│           │   │   ├── bg14.jpg
│           │   │   ├── bg16.jpg
│           │   │   ├── bg5.jpg
│           │   │   ├── default-avatar.png
│           │   │   ├── favicon.png
│           │   │   ├── header.jpg
│           │   │   ├── mike.jpg
│           │   │   ├── now-logo.png
│           │   │   └── now-ui-dashboard.gif
│           │   ├── js
│           │   │   ├── core
│           │   │   │   ├── bootstrap.min.js
│           │   │   │   ├── jquery.min.js
│           │   │   │   └── popper.min.js
│           │   │   ├── now-ui-dashboard.js
│           │   │   ├── now-ui-dashboard.js.map
│           │   │   ├── now-ui-dashboard.min.js
│           │   │   └── plugins
│           │   │       ├── bootstrap-notify.js
│           │   │       ├── chartjs.min.js
│           │   │       └── perfect-scrollbar.jquery.min.js
│           │   └── scss
│           │       ├── now-ui-dashboard
│           │       │   ├── _alerts.scss
│           │       │   ├── _buttons.scss
│           │       │   ├── cards
│           │       │   │   ├── _card-chart.scss
│           │       │   │   ├── _card-map.scss
│           │       │   │   ├── _card-plain.scss
│           │       │   │   └── _card-user.scss
│           │       │   ├── _cards.scss
│           │       │   ├── _checkboxes-radio.scss
│           │       │   ├── _dropdown.scss
│           │       │   ├── _fixed-plugin.scss
│           │       │   ├── _footers.scss
│           │       │   ├── _images.scss
│           │       │   ├── _inputs.scss
│           │       │   ├── _misc.scss
│           │       │   ├── mixins
│           │       │   │   ├── _buttons.scss
│           │       │   │   ├── _cards.scss
│           │       │   │   ├── _dropdown.scss
│           │       │   │   ├── _inputs.scss
│           │       │   │   ├── _page-header.scss
│           │       │   │   ├── _sidebar.scss
│           │       │   │   ├── _transparency.scss
│           │       │   │   └── _vendor-prefixes.scss
│           │       │   ├── _mixins.scss
│           │       │   ├── _navbar.scss
│           │       │   ├── _nucleo-outline.scss
│           │       │   ├── _page-header.scss
│           │       │   ├── plugins
│           │       │   │   ├── _plugin-animate-bootstrap-notify.scss
│           │       │   │   └── _plugin-perfect-scrollbar.scss
│           │       │   ├── _responsive.scss
│           │       │   ├── _sidebar-and-main-panel.scss
│           │       │   ├── _tables.scss
│           │       │   ├── _typography.scss
│           │       │   └── _variables.scss
│           │       └── now-ui-dashboard.scss
│           ├── js
│           │   ├── app.js
│           │   ├── bootstrap.js
│           │   └── components
│           │       └── ExampleComponent.vue
│           ├── lang
│           │   └── en
│           │       ├── auth.php
│           │       ├── pagination.php
│           │       ├── passwords.php
│           │       └── validation.php
│           ├── sass
│           │   ├── app.scss
│           │   └── _variables.scss
│           └── views
│               ├── alerts
│               │   ├── errors.blade.php
│               │   ├── error_self_update.blade.php
│               │   ├── feedback.blade.php
│               │   ├── migrations_check.blade.php
│               │   └── success.blade.php
│               ├── auth
│               │   ├── login.blade.php
│               │   ├── passwords
│               │   │   ├── email.blade.php
│               │   │   └── reset.blade.php
│               │   ├── register.blade.php
│               │   └── verify.blade.php
│               ├── home.blade.php
│               ├── layouts
│               │   ├── app.blade.php
│               │   ├── footer.blade.php
│               │   ├── navbars
│               │   │   ├── navs
│               │   │   │   ├── auth.blade.php
│               │   │   │   └── guest.blade.php
│               │   │   └── sidebar.blade.php
│               │   └── page_template
│               │       ├── auth.blade.php
│               │       └── guest.blade.php
│               ├── pages
│               │   ├── icons.blade.php
│               │   ├── maps.blade.php
│               │   ├── notifications.blade.php
│               │   ├── table.blade.php
│               │   ├── typography.blade.php
│               │   └── upgrade.blade.php
│               ├── profile
│               │   └── edit.blade.php
│               ├── users
│               │   └── index.blade.php
│               └── welcome.blade.php
└── .vscode
    └── settings.json

```

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/now-ui-dashboard-laravel/?start-page=/docs/getting-started/laravel-setup.html&amp;ref=ndl-readme](https://www.creative-tim.com/live/now-ui-dashboard-laravel/?start-page=/docs/getting-started/laravel-setup.html&ref=ndl-readme)
- License Agreement:
- Support:
- Issues: [Github Issues Page](https://github.com/creativetimofficial/now-ui-dashboard-laravel/issues)
- **Dashboards:**

HTMLLARAVEL[![now-ui Dashboard HTML](https://camo.githubusercontent.com/c2c5c0dc2906b23e6e7d2a6d1f3d6bd5b0b0d6a8f6309699d9f9cbb5db7f3bc6/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f637265617469766574696d5f6275636b65742f70726f64756374732f37352f6f726967696e616c2f6f70745f6e75645f7468756d626e61696c2e6a70673f31353138373935353434)](https://demos.creative-tim.com/now-ui-dashboard/examples/dashboard.html?ref=ndl-readme)[![now-ui Dashboard Laravel](https://camo.githubusercontent.com/8a3818093e0ca6513a35d201c44bb9102d43d1163f9d2b82dd5e5f4fe5791b13/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f637265617469766574696d5f6275636b65742f70726f64756374732f3231312f6f726967696e616c2f6f70745f6e75645f6c61726176656c5f7468756d626e61696c2e6a70673f31353637303837323832)](https://www.creative-tim.com/live/now-ui-dashboard-laravel/?ref=ndl-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=ndl-readme)
- [UPDIVISION](https://updivision.com)

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

[](#reporting-issues)

We use GitHub Issues as the official bug tracker for the now-ui 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 now-ui Dashboard Laravel. Check the CHANGELOG from your dashboard on our [website](https://www.creative-tim.com/?ref=ndl-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?ref=ndl-readme)
- [Affiliate Program](https://www.creative-tim.com/affiliates/new?ref=ndl-readme) (earn money)
- [Blog Creative Tim](http://blog.creative-tim.com/?ref=ndl-readme)
- [Free Products](https://www.creative-tim.com/bootstrap-themes/free?ref=ndl-readme) from Creative Tim
- [Premium Products](https://www.creative-tim.com/bootstrap-themes/premium?ref=ndl-readme) from Creative Tim
- [React Products](https://www.creative-tim.com/bootstrap-themes/react-themes?ref=ndl-readme) from Creative Tim
- [Angular Products](https://www.creative-tim.com/bootstrap-themes/angular-themes?ref=ndl-readme) from Creative Tim
- [VueJS Products](https://www.creative-tim.com/bootstrap-themes/vuejs-themes?ref=ndl-readme) from Creative Tim
- [More products](https://www.creative-tim.com/bootstrap-themes?ref=ndl-readme) from Creative Tim
- Check our Bundles [here](https://www.creative-tim.com/bundles??ref=ndl-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=ndl-readme)
- [UPDIVISION](https://updivision.com)

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity46

Moderate usage in the ecosystem

Community26

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 59.1% 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 ~271 days

Recently: every ~426 days

Total

8

Last Release

545d 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 (55 commits)")[![AndreiCristiDecuseara](https://avatars.githubusercontent.com/u/52404612?v=4)](https://github.com/AndreiCristiDecuseara "AndreiCristiDecuseara (22 commits)")[![AndreiDecuseara](https://avatars.githubusercontent.com/u/37242478?v=4)](https://github.com/AndreiDecuseara "AndreiDecuseara (7 commits)")[![marqbeniamin](https://avatars.githubusercontent.com/u/4600172?v=4)](https://github.com/marqbeniamin "marqbeniamin (4 commits)")[![mariusconstantin2503](https://avatars.githubusercontent.com/u/4282568?v=4)](https://github.com/mariusconstantin2503 "mariusconstantin2503 (2 commits)")[![CatalinSimionescu](https://avatars.githubusercontent.com/u/147370268?v=4)](https://github.com/CatalinSimionescu "CatalinSimionescu (1 commits)")[![masticore252](https://avatars.githubusercontent.com/u/18010476?v=4)](https://github.com/masticore252 "masticore252 (1 commits)")[![ovidiustanc123](https://avatars.githubusercontent.com/u/83402502?v=4)](https://github.com/ovidiustanc123 "ovidiustanc123 (1 commits)")

---

Tags

laravelpresetNow UI

### Embed Badge

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

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

###  Alternatives

[laravel-frontend-presets/tailwindcss

Laravel frontend preset for Tailwind CSS

1.1k405.6k6](/packages/laravel-frontend-presets-tailwindcss)[laravel-frontend-presets/material-dashboard

Laravel 11.x Front-end preset for material

264283.7k](/packages/laravel-frontend-presets-material-dashboard)[miaababikir/laravel-tailwind-dashboard-preset

Laravel tailwind css dashboard preset

3634.7k](/packages/miaababikir-laravel-tailwind-dashboard-preset)[laravel-frontend-presets/paper

Laravel 10.x Front-end preset for paper dashboard

5018.0k](/packages/laravel-frontend-presets-paper)[laravel-frontend-presets/white-dashboard

Laravel 11.x Front-end preset for white dashboard

507.8k](/packages/laravel-frontend-presets-white-dashboard)[laravel-frontend-presets/vuetify

Laravel 5.5+ Front-end preset for vuetify

8013.4k](/packages/laravel-frontend-presets-vuetify)

PHPackages © 2026

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