2017 © Pedro Peláez
 

package laravel-light-bootstrap-dashboard

Laravel package for integrating Light Bootstrap Dashboard.

image

atnic/laravel-light-bootstrap-dashboard

Laravel package for integrating Light Bootstrap Dashboard.

  • Thursday, April 19, 2018
  • by frdteknikelektro
  • Repository
  • 6 Watchers
  • 3 Stars
  • 364 Installations
  • CSS
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 28 % Grown

The README.md

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., (*1)

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, (*2)

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

And then run,, (*3)

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, (*4)

php artisan serve

Viola! You've running a Laravel site using Light Bootstrap Dashboard., (*5)

home, (*6)

login, (*7)

register, (*8)

For more information on command, (*9)

php artisan make:light-bootstrap-dashboard --help

Usage

This package provides view for auth and app. Take a look at resources/views/layouts/app.blade.php., (*10)

In this file you can extends global section like menu., (*11)

To extends menu add this in app.blade.php, (*12)

@section('sidebar-menu')
<ul class="nav">
  <li class="active">
    <a class="nav-link" href="{{ route('home') }}">
      <i class="pe-7s-home"></i>
      <p>Home</p>
    </a>
  </li>
</ul>
@endsection

This package give you free of choice to use any Laravel Package for Menu. We recommend spatie/laravel-menu or lavary/laravel-menu., (*13)

Any new created page should extends this view., (*14)

@extends('layouts.app')

// Your blade here

Configuration and Views Customization

Config

To publish this package config to your app config run, (*15)

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

Views

To publish this package views so you can customize on your own run, (*16)

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

Next Step

First of all, you should understand how to use Laravel Mix., (*17)

Light Bootstrap Dashboard need some package on npm. First you need to run, (*18)

npm install

Install Light Bootstrap Dashboard needed package from npm, (*19)

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, (*20)

npm run development

or use production minimize output, (*21)

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, (*22)

Happy experimenting!, (*23)

The Versions

19/04 2018

dev-develop

dev-develop

Laravel package for integrating Light Bootstrap Dashboard.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel composer package light-bootstrap-dashboard

19/04 2018

dev-master

9999999-dev

Laravel package for integrating Light Bootstrap Dashboard.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel composer package light-bootstrap-dashboard

19/04 2018

v0.3.0

0.3.0.0

Laravel package for integrating Light Bootstrap Dashboard.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel composer package light-bootstrap-dashboard

05/01 2018

v0.2.1

0.2.1.0

Laravel package for integrating Light Bootstrap Dashboard.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel composer package light-bootstrap-dashboard

18/10 2017

v0.2.0

0.2.0.0

The Laravel Framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel composer package light-bootstrap-dashboard

30/09 2017

v0.1.0

0.1.0.0

The Laravel Framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel composer package light-bootstrap-dashboard