Download the PHP package atnic/laravel-light-bootstrap-dashboard without Composer
On this page you can find all versions of the php package atnic/laravel-light-bootstrap-dashboard. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download atnic/laravel-light-bootstrap-dashboard
More information about atnic/laravel-light-bootstrap-dashboard
Files in atnic/laravel-light-bootstrap-dashboard
Package laravel-light-bootstrap-dashboard
Short Description Laravel package for integrating Light Bootstrap Dashboard.
License MIT
Informations about the package 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
If you are using Laravel 5.5 above skip this step. Add this line on , on
And then run,
Let's see what we've install. First, make sure that you already ran command, then do
Viola! You've running a Laravel site using Light Bootstrap Dashboard.
For more information on command
Usage
This package provides view for auth and app. Take a look at .
In this file you can extends global section like menu.
To extends menu add this in
This package give you free of choice to use any Laravel Package for Menu. We recommend spatie/laravel-menu or lavary/laravel-menu.
Any new created page should extends this view.
Configuration and Views Customization
Config
To publish this package config to your app config run
Views
To publish this package views so you can customize on your own run
Next Step
First of all, you should understand how to use Laravel Mix.
Light Bootstrap Dashboard need some package on npm. First you need to run
Install Light Bootstrap Dashboard needed package from npm
Run Laravel Mix command
or use minimize output
Then have a good look on these files
Happy experimenting!