Download the PHP package atnic/laravel-admin-lte without Composer
On this page you can find all versions of the php package atnic/laravel-admin-lte. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package laravel-admin-lte
Laravel AdminLTE
Laravel Package for integrating AdminLTE template and this package is Laravel Mix friendly. Currently this package can be integrated easily only on fresh installation.
For translation in Bahasa Indonesia 🇮🇩, please follow this link
Installation
If you are using Laravel 5.5 above skip this step, but if aren't then 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 AdminLTE.
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 user name, avatar, breadcrumbs, and menu.
To extends menu add this in
To extends breadcrumbs add this
This package give you free of choice to use any Laravel Package for Menu and Breadcrumb. We recommend spatie/laravel-menu or lavary/laravel-menu, and davejamesmiller/laravel-breadcrumbs.
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.
Make sure package.json
has "laravel-mix": "^2.0"
.
AdminLTE need some package on npm. First you need to run
Install AdminLTE needed package from npm
Run Laravel Mix command
or use minimize output
Then have a good look on these files
Happy experimenting!