2017 © Pedro Peláez
 

project laravel-adminmd

Laravel Admin Material Design template

image

seguce92/laravel-adminmd

Laravel Admin Material Design template

  • Wednesday, September 6, 2017
  • by seguce92
  • Repository
  • 1 Watchers
  • 0 Stars
  • 43 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Admin Material Design for Laravel 5.*

Installation

Laravel 5.x:

You can install the package for your Laravel 5 project through Composer., (*1)

$ composer require seguce92/laravel-adminmd

Register the service provider array in app/config/app.php if laravel version is <= 5.4., (*2)

Seguce92\AdminMD\ServiceProvider::class,
Collective\Html\HtmlServiceProvider::class,

You register use the facade for shorter code. Add this to your facades in array aliases:, (*3)

'Form' => Collective\Html\FormFacade::class,
'Html' => Collective\Html\HtmlFacade::class,

Export setting file and resources with command:, (*4)

$ php artisan vendor:publish

Configuration

To start using the file manager perform the respective configuration in the file app\config\seguce92\filemanager.php, (*5)

<?php
/**
 * @package AdminMD
 */
return [
    /* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
     * COLOR SIDEBAR THEME
     * ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
     *
     * themes available [amber, black, blue-grey, blue, brown, cyan, deep-orange, deep-purple, green, grey, indigo, light-blue, lime, orange, pink, purple, red, teal, yellow]
     */
    'theme' =>  'deep-purple'
];

Examples

Show examples in public/vendor/seguce92/AdminMD, (*6)

Information and Details

visit site mascodigo.net, (*7)

The Versions

06/09 2017

dev-master

9999999-dev

Laravel Admin Material Design template

  Sources   Download

MIT

The Requires

 

laravel template bootstrap layout masterial

06/09 2017

v1.3.1

1.3.1.0

Laravel Admin Material Design template

  Sources   Download

MIT

The Requires

 

laravel template bootstrap layout masterial

02/02 2017

v1.3

1.3.0.0

Laravel Admin Material Design template

  Sources   Download

MIT

The Requires

 

laravel template bootstrap layout masterial

02/02 2017

v1.2

1.2.0.0

Laravel Admin Material Design template

  Sources   Download

MIT

The Requires

 

laravel template bootstrap layout masterial

02/02 2017

v1.1

1.1.0.0

Laravel Admin Material Design template

  Sources   Download

MIT

The Requires

  • php >=5.3

 

laravel template bootstrap layout masterial

02/02 2017

v1.0

1.0.0.0

Laravel Admin Material Design template

  Sources   Download

MIT

The Requires

  • php >=5.3

 

laravel template bootstrap layout masterial