PHPackages                             atnic/laravel-light-bootstrap-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-light-bootstrap-dashboard

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

atnic/laravel-light-bootstrap-dashboard
=======================================

Laravel package for integrating Light Bootstrap Dashboard.

v0.3.0(8y ago)477731MITCSSPHP &gt;=5.6.4

Since Sep 30Pushed 8y ago6 watchersCompare

[ Source](https://github.com/Atnic/laravel-light-bootstrap-dashboard)[ Packagist](https://packagist.org/packages/atnic/laravel-light-bootstrap-dashboard)[ RSS](/packages/atnic-laravel-light-bootstrap-dashboard/feed)WikiDiscussions develop Synced today

READMEChangelog (2)Dependencies (5)Versions (6)Used By (1)

Laravel Light Bootstrap Dashboard
=================================

[](#laravel-light-bootstrap-dashboard)

Laravel Package for integrating Light Bootstrap 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-light-bootstrap-dashboard
```

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

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

And then run,

```
php artisan make:light-bootstrap-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 Light Bootstrap Dashboard.

[![home](https://user-images.githubusercontent.com/14815819/33922278-4aeb4050-dffc-11e7-8228-9a1e0077c868.png)](https://user-images.githubusercontent.com/14815819/33922278-4aeb4050-dffc-11e7-8228-9a1e0077c868.png)

[![login](https://user-images.githubusercontent.com/14815819/33922280-4b6d845c-dffc-11e7-9c43-f3130f8e5ed4.png)](https://user-images.githubusercontent.com/14815819/33922280-4b6d845c-dffc-11e7-9c43-f3130f8e5ed4.png)

[![register](https://user-images.githubusercontent.com/14815819/33922279-4b2a1c4e-dffc-11e7-9730-980aaa47ca9c.png)](https://user-images.githubusercontent.com/14815819/33922279-4b2a1c4e-dffc-11e7-9730-980aaa47ca9c.png)

For more information on command

```
php artisan make:light-bootstrap-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\LightBootstrapDashboard\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\LightBootstrapDashboard\Providers\AppServiceProvider" --tag="views"
```

Next Step
=========

[](#next-step)

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

Light Bootstrap Dashboard need some package on npm. First you need to run

```
npm install
```

Install Light Bootstrap Dashboard needed package from npm

```
npm install --save-dev animate.css bootstrap bootstrap-notify bootstrap-select bootstrap-switch chartist flatui-radiocheck font-awesome popper.js pixeden-stroke-7-icon
```

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/light-bootstrap-dashboard.js`
- `resources/assets/js/auth.js`
- `resources/assets/sass/light-bootstrap-dashboard.scss`
- `resources/assets/sass/auth.scss`

Happy experimenting!

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity52

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.

###  Release Activity

Cadence

Every ~67 days

Total

4

Last Release

2946d ago

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/00091fdeece134a63bf9327d2e103de05485f4b2c388a8c06265422d99f92342?d=identicon)[GusZandy](/maintainers/GusZandy)

---

Top Contributors

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

---

Tags

composerlaravelpackagelight-bootstrap-dashboard

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[netojose/laravel-bootstrap-4-forms

Bootstrap 4 form builder for Laravel 5

182115.3k](/packages/netojose-laravel-bootstrap-4-forms)[cybercog/laravel-paket

Composer personal web interface. Manage Laravel dependencies without switching to command line!

1753.3k](/packages/cybercog-laravel-paket)

PHPackages © 2026

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