2017 © Pedro Peláez
 

library adminlte-templates

AdminLTE templates for Webcore Laravel Generator

image

dandisy/adminlte-templates

AdminLTE templates for Webcore Laravel Generator

  • Monday, January 22, 2018
  • by dandisy
  • Repository
  • 1 Watchers
  • 0 Stars
  • 128 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 32 % Grown

The README.md

AdminLTE templates for Webcore

For https://github.com/dandisy/webcore, (*1)

This package based on https://github.com/InfyOmLabs/adminlte-templates, (*2)

Installation

composer require dandisy/adminlte-templates

php artisan vendor:publish --provider="Webcore\AdminLTETemplates\AdminLTETemplatesServiceProvider" --tag="public"

php artisan vendor:publish --provider="Webcore\AdminLTETemplates\AdminLTETemplatesServiceProvider" --tag="views"

or

php artisan vendor:publish --provider="Webcore\AdminLTETemplates\AdminLTETemplatesServiceProvider" --tag="views-all"

Usage (if this package is installed manually)

  1. unzip adminlte-templates.zip to vendor/dandisy, (*3)

  2. add autoload classmap in composer.json, (*4)

    {
        . . .
        "autoload": {
            "classmap": [
                . . .
                "vendor/dandisy"
            ],
            . . .
  1. register this package in config/app.php
    /*
    * Package Service Providers...
    */
    . . .    
    Webcore\AdminLTETemplates\AdminLTETemplatesServiceProvider::class,
  1. composer dump-autoload
  2. publish the templates package to webcore project, (*5)

    php artisan vendor:publish --provider="Webcore\AdminLTETemplates\AdminLTETemplatesServiceProvider" --force, (*6)

  3. ubah configurasi templates di file config/webcore/laravel_generator.php ke elmer-templates, (*7)

    /*
    |--------------------------------------------------------------------------
    | Templates
    |--------------------------------------------------------------------------
    |
    */

    'templates'         => 'adminlte-templates',

The Versions

22/01 2018

dev-master

9999999-dev

AdminLTE templates for Webcore Laravel Generator

  Sources   Download

MIT

The Requires

 

by Dandi Setiyawan

laravel bootstrap generator adminlte templates webcore

22/01 2018

1.0.1

1.0.1.0

AdminLTE templates for Webcore Laravel Generator

  Sources   Download

MIT

The Requires

 

by Dandi Setiyawan

laravel bootstrap generator adminlte templates webcore

10/01 2018

1.0.0

1.0.0.0

AdminLTE templates for Webcore Laravel Generator

  Sources   Download

MIT

The Requires

 

by Dandi Setiyawan

laravel bootstrap generator adminlte templates webcore