2017 © Pedro Peláez
 

library laravel-adminlte

AdminLTE template for Laravel

image

ahyadessam/laravel-adminlte

AdminLTE template for Laravel

  • Sunday, April 1, 2018
  • by ahyadessam
  • Repository
  • 0 Watchers
  • 0 Stars
  • 31 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 10 Versions
  • 7 % Grown

The README.md

Laravel-AdminLTE

Simple and easy to use Admin LTE template for laravel, (*1)

1- Installation

  1. Require the package using composer:, (*2)

    composer require ahyadessam/laravel-adminlte
    
  2. Add the service provider to the providers in config/app.php:, (*3)

    ahyadessam\AdminLTE\AdminLTEServiceProvider::class,
    
  3. Publish the public assets:, (*4)

    php artisan vendor:publish --provider="ahyadessam\AdminLTE\AdminLTEServiceProvider"
    

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

You can use the following sections (all is optional) :

  • page_title : page title
  • css-files : add css files to header
  • js-files : add javascript files
  • content-header : head of content such as H1 and breadcrumb
  • content : for page contents
  • javascript : to add javascript code in the footer

Sample example for a blade template (all is optional)

@extends('adminlte_layout.admin_lte')

@section('page_title')
dashboard
@endsection

@section('css-files')
<link rel="stylesheet" href="file.css">
@endsection

@section('js-files')

@endsection

@section('content-header')


Dashboard Control panel

@endsection @section('content')
i'm in dashboard
@endsection @section('javascript') @endsection

3- Menu

You will find menu array in config/admin_lte.php, you can custom it as you link., (*6)

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

The Versions

01/04 2018

dev-master

9999999-dev https://github.com/ahyadessam/Laravel-AdminLTE

AdminLTE template for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel template bootstrap admin adminlte

01/04 2018

1.1.2

1.1.2.0 https://github.com/ahyadessam/Laravel-AdminLTE

AdminLTE template for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel template bootstrap admin adminlte

18/03 2018

1.1.1

1.1.1.0 https://github.com/ahyadessam/Laravel-AdminLTE

AdminLTE template for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel template bootstrap admin adminlte

14/02 2018

1.1.0

1.1.0.0 https://github.com/ahyadessam/Laravel-AdminLTE

AdminLTE template for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel template bootstrap admin adminlte

01/01 2018

1.0.9

1.0.9.0 https://github.com/ahyadessam/Laravel-AdminLTE

AdminLTE template for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel template bootstrap admin adminlte

21/12 2017

1.0.8

1.0.8.0 https://github.com/ahyadessam/Laravel-AdminLTE

AdminLTE template for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel template bootstrap admin adminlte

18/12 2017

1.0.7

1.0.7.0 https://github.com/ahyadessam/Laravel-AdminLTE

AdminLTE template for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel template bootstrap admin adminlte

16/12 2017

1.0.6

1.0.6.0 https://github.com/ahyadessam/Laravel-AdminLTE

AdminLTE template for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel template bootstrap admin adminlte

09/11 2017

1.0.5

1.0.5.0 https://github.com/ahyadessam/Laravel-AdminLTE

AdminLTE template for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel template bootstrap admin adminlte

07/11 2017

1.0.1

1.0.1.0 https://github.com/ahyadessam/Laravel-AdminLTE

AdminLTE template for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel template bootstrap admin adminlte