PHPackages                             atnic/laravel-paper-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. atnic/laravel-paper-dashboard

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

atnic/laravel-paper-dashboard
=============================

Laravel package for integrating Paper Dashboard.

2250CSS

Since Jun 21Pushed 7y ago2 watchersCompare

[ Source](https://github.com/Atnic/laravel-paper-dashboard)[ Packagist](https://packagist.org/packages/atnic/laravel-paper-dashboard)[ RSS](/packages/atnic-laravel-paper-dashboard/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Paper Dashboard
=======================

[](#laravel-paper-dashboard)

Laravel Package for integrating Paper Dashboard template and this package is Laravel Mix friendly. Currently this package can be integrated easily only on fresh installation.

Installation
============

[](#installation)

```
composer require atnic/laravel-paper-dashboard
```

If you are using Laravel 5.5 above skip this step. Add this line on `config/app.php`, on `providers`

```
'providers' => [
  ...
  Atnic\PaperDashboard\Providers\AppServiceProvider::class,
  ...
]
```

And then run,

```
php artisan make:paper-dashboard
```

Let's see what we've install. First, make sure that you already ran `php artisan migrate` command, then do

```
php artisan serve
```

Viola! You've running a Laravel site using Paper Dashboard.

For more information on command

```
php artisan make:paper-dashboard --help
```

Usage
=====

[](#usage)

This package provides view for auth and app. Take a look at `resources/views/layouts/app.blade.php`.

In this file you can extends global section like menu.

To extends menu add this in `app.blade.php`

```
@section('sidebar-menu')

      Home

@endsection
```

This package give you free of choice to use any Laravel Package for Menu. We recommend [spatie/laravel-menu](https://github.com/spatie/laravel-menu) or [lavary/laravel-menu](https://github.com/lavary/laravel-menu).

Any new created page should extends this view.

```
@extends('layouts.app')

// Your blade here
```

Configuration and Views Customization
=====================================

[](#configuration-and-views-customization)

Config
------

[](#config)

To publish this package config to your app config run

```
php artisan vendor:publish --provider="Atnic\PaperDashboard\Providers\AppServiceProvider" --tag="config"
```

Views
-----

[](#views)

To publish this package views so you can customize on your own run

```
php artisan vendor:publish --provider="Atnic\PaperDashboard\Providers\AppServiceProvider" --tag="views"
```

Next Step
=========

[](#next-step)

First of all, you should understand how to use [Laravel Mix](https://laravel.com/docs/5.5/mix).

Paper Dashboard need some package on npm. First you need to run

```
npm install
```

Install Paper Dashboard needed package from npm

```
npm install --save-dev bootstrap bootstrap-notify bootstrap-sass font-awesome popper.js perfect-scrollbar
```

Run Laravel Mix command

```
npm run development
```

or use `production` minimize output

```
npm run production
```

Then have a good look on these files

- `webpack.mix.js`
- `resources/assets/js/paper-dashboard.js`
- `resources/assets/js/auth.js`
- `resources/assets/sass/paper-dashboard.scss`
- `resources/assets/sass/auth.scss`

Happy experimenting!

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/4856bbafb70a46f14e078d91593d9117e564b4e025dce785efd0779915639972?d=identicon)[frdteknikelektro](/maintainers/frdteknikelektro)

---

Top Contributors

[![frdteknikelektro](https://avatars.githubusercontent.com/u/14815819?v=4)](https://github.com/frdteknikelektro "frdteknikelektro (5 commits)")

### Embed Badge

![Health badge](/badges/atnic-laravel-paper-dashboard/health.svg)

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

###  Alternatives

[luzhuqun/laravel-mqtt-publish

A simple Laravel 5 mqtt publisher

219.8k](/packages/luzhuqun-laravel-mqtt-publish)[agence-adeliom/easy-editor-bundle

A Symfony bundle for EasyAdmin that provide a flexible content editor

1111.0k1](/packages/agence-adeliom-easy-editor-bundle)

PHPackages © 2026

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