PHPackages                             laravel-frontend-presets/paper - 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/paper

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

laravel-frontend-presets/paper
==============================

Laravel 10.x Front-end preset for paper dashboard

v1.0.5(3y ago)5018.0k↓25%185[1 PRs](https://github.com/laravel-frontend-presets/paper-dashboard/pulls)MITCSSCI failing

Since Sep 2Pushed 2y ago11 watchersCompare

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

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

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

[](#paper-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/8546085509af2ed385429a5ce7f1c3996963628a04a65a45f3aab32f0148c491/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6c61726176656c2d66726f6e74656e642d707265736574732f70617065722d64617368626f6172642e7376673f6d61784167653d32353932303030)](https://github.com/laravel-frontend-presets/paper-dashboard/issues?q=is%3Aopen+is%3Aissue) [![GitHub issues closed](https://camo.githubusercontent.com/17b618e9e988ef01c7d9360da971d970e810644c8d5dbd5927d345c9d7a0f025/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732d636c6f7365642d7261772f6c61726176656c2d66726f6e74656e642d707265736574732f70617065722d64617368626f6172642e7376673f6d61784167653d32353932303030)](https://github.com/laravel-frontend-presets/paper-dashboard/issues?q=is%3Aissue+is%3Aclosed)

*Frontend version*: Paper Dashboard v2.1.1. More info at

[![](https://camo.githubusercontent.com/591980807649f554f7db13fa288ca0ce144423fe7f7abcf5d943b2e32d7dce1d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f637265617469766574696d5f6275636b65742f70726f64756374732f3230392f6f726967696e616c2f6f70745f70645f6c61726176656c5f7468756d626e61696c2e6a7067)](https://www.creative-tim.com/live/paper-dashboard-laravel)

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

If you want to get more features, go PRO with [Paper Dashboard PRO Laravel](https://www.creative-tim.com/product/paper-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/paper`. No need to register the service provider. Laravel 5.5 &amp; up can auto detect the package.
4. Run `php artisan ui paper` 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/paper-dashboard/archive/master.zip) of the repo and unzip it
3. Copy and paste **paper-dashboard-master** folder in presets (created in step 2) and rename it to **paper**
4. Open `composer.json` file
5. Add `"LaravelFrontendPresets\\PaperPreset\\": "presets/paper/src"` to `autoload/psr-4` and to `autoload-dev/psr-4`
6. Add `LaravelFrontendPresets\PaperPreset\PaperPresetServiceProvider::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 paper` command to install the Paper 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/html-logo.jpg?raw=true)](https://demos.creative-tim.com/argon-dashboard-pro/pages/dashboards/dashboard.html?ref=pdl-readme)[![](https://github.com/creativetimofficial/public-assets/raw/master/logos/laravel_logo.png?raw=true)](https://argon-dashboard-pro-laravel.creative-tim.com/?ref=pdl-readme)

HTMLLARAVEL[![Paper Dashboard HTML](https://camo.githubusercontent.com/ae025615628274360b848d8f3beb817966c6480dda4d7e1fc44f9c2654810702/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f637265617469766574696d5f6275636b65742f70726f64756374732f38362f6f726967696e616c2f6f70745f7064325f7468756d626e61696c2e6a70673f31353237303734383731)](https://demos.creative-tim.com/paper-dashboard/examples/dashboard.html?ref=pdl-readme)[![Paper Dashboard Laravel](https://camo.githubusercontent.com/591980807649f554f7db13fa288ca0ce144423fe7f7abcf5d943b2e32d7dce1d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f637265617469766574696d5f6275636b65742f70726f64756374732f3230392f6f726967696e616c2f6f70745f70645f6c61726176656c5f7468756d626e61696c2e6a7067)](https://www.creative-tim.com/live/paper-dashboard-laravel/?ref=pdl-readme)Demo
----

[](#demo)

RegisterLoginDashboard[![Register](/screens/Register.png)](https://paper-dashboard-laravel.creative-tim.com/login?ref=pdl-readme)[![Login](/screens/Login.png)](https://paper-dashboard-laravel.creative-tim.com/login?ref=pdl-readme)[![Dashboard](/screens/Dashboard.png)](https://paper-dashboard-laravel.creative-tim.com/?ref=pdl-readme)Profile PageUsers PageNotifications Page[![Profile Page](screens/Profile.png)](https://paper-dashboard-laravel.creative-tim.com/profile?ref=pdl-readme)[![Users Page](screens/Users.png)](https://paper-dashboard-laravel.creative-tim.com/user?ref=pdl-readme)[![Notifications Page](screens/Notifications.png)](https://paper-dashboard-laravel.creative-tim.com/notifications?ref=pdl-readme)[View More](https://www.creative-tim.com/live/paper-dashboard-laravel/?ref=pdl-readme)Documentation
-------------

[](#documentation)

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

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

[](#file-structure)

```
├── app
│   ├── Http
│   │   ├── Controllers
│   │   │   ├── Auth
│   │   │   │   └── RegisterController.php
│   │   │   ├── 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
    │   │   ├── bootstrap.min.css
    │   │   ├── bootstrap.min.css.map
    │   │   ├── paper-dashboard.css
    │   │   ├── paper-dashboard.css.map
    │   │   └── paper-dashboard.min.css
    │   ├── demo
    │   │   ├── demo.css
    │   │   └── demo.js
    │   ├── fonts
    │   │   ├── nucleo-icons.eot
    │   │   ├── nucleo-icons.ttf
    │   │   ├── nucleo-icons.woff
    │   │   └── nucleo-icons.woff2
    │   ├── img
    │   │   ├── apple-icon.png
    │   │   ├── bg
    │   │   │   ├── fabio-mangione.jpg
    │   │   │   └── jan-sendereks.jpg
    │   │   ├── bg5.jpg
    │   │   ├── damir-bosnjak.jpg
    │   │   ├── default-avatar.png
    │   │   ├── faces
    │   │   │   ├── ayo-ogunseinde-1.jpg
    │   │   │   ├── ayo-ogunseinde-2.jpg
    │   │   │   ├── clem-onojeghuo-1.jpg
    │   │   │   ├── clem-onojeghuo-2.jpg
    │   │   │   ├── clem-onojeghuo-3.jpg
    │   │   │   ├── clem-onojeghuo-4.jpg
    │   │   │   ├── erik-lucatero-1.jpg
    │   │   │   ├── erik-lucatero-2.jpg
    │   │   │   ├── joe-gardner-1.jpg
    │   │   │   ├── joe-gardner-2.jpg
    │   │   │   ├── kaci-baum-1.jpg
    │   │   │   └── kaci-baum-2.jpg
    │   │   ├── favicon.png
    │   │   ├── header.jpg
    │   │   ├── jan-sendereks.jpg
    │   │   ├── logo-small.png
    │   │   └── mike.jpg
    │   ├── js
    │   │   ├── core
    │   │   │   ├── bootstrap.min.js
    │   │   │   ├── jquery.min.js
    │   │   │   └── popper.min.js
    │   │   ├── paper-dashboard.js
    │   │   ├── paper-dashboard.js.map
    │   │   ├── paper-dashboard.min.js
    │   │   └── plugins
    │   │       ├── bootstrap-notify.js
    │   │       ├── chartjs.min.js
    │   │       └── perfect-scrollbar.jquery.min.js
    │   └── scss
    │       ├── paper-dashboard
    │       │   ├── _alerts.scss
    │       │   ├── _animated-buttons.scss
    │       │   ├── _buttons.scss
    │       │   ├── cards
    │       │   │   ├── _card-chart.scss
    │       │   │   ├── _card-map.scss
    │       │   │   ├── _card-plain.scss
    │       │   │   ├── _card-stats.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
    │       │   │   ├── _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
    │       │   ├── _sections.scss
    │       │   ├── _sidebar-and-main-panel.scss
    │       │   ├── _tables.scss
    │       │   ├── _typography.scss
    │       │   └── _variables.scss
    │       └── paper-dashboard.scss
    └── views
        ├── auth
        │   ├── login.blade.php
        │   ├── passwords
        │   │   ├── email.blade.php
        │   │   └── reset.blade.php
        │   └── register.blade.php
        ├── layouts
        │   ├── app.blade.php
        │   ├── footer.blade.php
        │   ├── navbars
        │   │   ├── auth.blade.php
        │   │   └── navs
        │   │       ├── auth.blade.php
        │   │       └── guest.blade.php
        │   └── page_templates
        │       ├── auth.blade.php
        │       └── guest.blade.php
        ├── pages
        │   ├── dashboard.blade.php
        │   ├── icons.blade.php
        │   ├── map.blade.php
        │   ├── notifications.blade.php
        │   ├── tables.blade.php
        │   ├── typography.blade.php
        │   └── upgrade.blade.php
        ├── profile
        │   └── edit.blade.php
        ├── users
        │   └── index.blade.php
        └── welcome.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/paper-dashboard-laravel/?start-page=/docs/getting-started/laravel-setup.html&amp;ref=pdl-readme](https://www.creative-tim.com/live/paper-dashboard-laravel/?start-page=/docs/getting-started/laravel-setup.html&ref=pdl-readme)
- License Agreement:
- Support:
- Issues: [Github Issues Page](https://github.com/laravel-frontend-presets/paper-dashboard/issues)
- **Dashboards:**

HTMLLARAVEL[![Paper Dashboard HTML](https://camo.githubusercontent.com/5588539f026139a2d70d25d85c2b3d40853990d29c6a0c46069f17c74eb83f77/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f637265617469766574696d5f6275636b65742f70726f64756374732f38362f6f726967696e616c2f6f70745f7064325f7468756d626e61696c2e6a7067)](https://demos.creative-tim.com/paper-dashboard/examples/dashboard.html?ref=pdl-readme)[![Paper Dashboard Laravel](https://camo.githubusercontent.com/591980807649f554f7db13fa288ca0ce144423fe7f7abcf5d943b2e32d7dce1d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f637265617469766574696d5f6275636b65742f70726f64756374732f3230392f6f726967696e616c2f6f70745f70645f6c61726176656c5f7468756d626e61696c2e6a7067)](https://www.creative-tim.com/live/paper-dashboard-laravel/?ref=pdl-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=pdl-readme)
- [UPDIVISION](https://updivision.com)

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

[](#reporting-issues)

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

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity42

Moderate usage in the ecosystem

Community24

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~257 days

Recently: every ~316 days

Total

6

Last Release

1157d ago

### Community

Maintainers

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

---

Top Contributors

[![mariusconstantin2503](https://avatars.githubusercontent.com/u/4282568?v=4)](https://github.com/mariusconstantin2503 "mariusconstantin2503 (83 commits)")[![teamupdivision](https://avatars.githubusercontent.com/u/45566836?v=4)](https://github.com/teamupdivision "teamupdivision (54 commits)")[![TelescuNicolae](https://avatars.githubusercontent.com/u/52403505?v=4)](https://github.com/TelescuNicolae "TelescuNicolae (25 commits)")[![AndreiCristiDecuseara](https://avatars.githubusercontent.com/u/52404612?v=4)](https://github.com/AndreiCristiDecuseara "AndreiCristiDecuseara (4 commits)")[![AndreiDecuseara](https://avatars.githubusercontent.com/u/37242478?v=4)](https://github.com/AndreiDecuseara "AndreiDecuseara (4 commits)")[![ovidiustanc123](https://avatars.githubusercontent.com/u/83402502?v=4)](https://github.com/ovidiustanc123 "ovidiustanc123 (1 commits)")

---

Tags

laravelpresetpaper

### Embed Badge

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

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

###  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)[laravel-frontend-presets/now-ui-dashboard

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

22318.3k](/packages/laravel-frontend-presets-now-ui-dashboard)[miaababikir/laravel-tailwind-dashboard-preset

Laravel tailwind css dashboard preset

3634.7k](/packages/miaababikir-laravel-tailwind-dashboard-preset)[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)
