Download the PHP package ahyadessam/laravel-adminlte without Composer
On this page you can find all versions of the php package ahyadessam/laravel-adminlte. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ahyadessam/laravel-adminlte
More information about ahyadessam/laravel-adminlte
Files in ahyadessam/laravel-adminlte
Download ahyadessam/laravel-adminlte
More information about ahyadessam/laravel-adminlte
Files in ahyadessam/laravel-adminlte
Vendor ahyadessam
Package laravel-adminlte
Short Description AdminLTE template for Laravel
License MIT
Homepage https://github.com/ahyadessam/Laravel-AdminLTE
Package laravel-adminlte
Short Description AdminLTE template for Laravel
License MIT
Homepage https://github.com/ahyadessam/Laravel-AdminLTE
Please rate this library. Is it a good library?
Informations about the package laravel-adminlte
Laravel-AdminLTE
Simple and easy to use Admin LTE template for laravel
1- Installation
-
Require the package using composer:
-
Add the service provider to the
providers
inconfig/app.php
: - Publish the public assets:
2- Usage
Easy to use and you will find folder adminlte_temp
in views
folder it's contain examples for use
just create a blade it's extends layout @extends('adminlte_layout.admin_lte')
You can use the following sections (all is optional) :
page_title
: page titlecss-files
: add css files to headerjs-files
: add javascript filescontent-header
: head of content such as H1 and breadcrumbcontent
: for page contentsjavascript
: to add javascript code in the footer
Sample example for a blade template (all is optional)
3- Menu
You will find menu array in config/admin_lte.php
, you can custom it as you link.
I have a simple system for administrators and groups permissions (mini_system)
- This is a simple system you can used it to manage your admins and permissions
- It's contain administrators and groups modules
- you will find it in this link : mini_system and it included in your files on the path
vendor/ahyadessam/laravel-adminlte/mini_system
Contact
for any question you can contact with me on twitter @AhyadEssam, thanks
All versions of laravel-adminlte with dependencies
PHP Build Version
Package Version
The package ahyadessam/laravel-adminlte contains the following files
Loading the files please wait ....