Coder Social home page Coder Social logo

limych / sleepingowl-coreui Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 1.0 405 KB

CoreUI Dashboard Template plugin for SleepingOwl Laravel Admin Panel

License: MIT License

JavaScript 69.32% HTML 0.53% PHP 0.74% CSS 29.31% Vue 0.10%
coreui coreui-laravel laravel sleepingowl bootstrap bootstrap4 vue vuejs vuejs2 vue2

sleepingowl-coreui's Introduction

SleepingOwl-CoreUI

Latest Stable Version

License SensioLabsInsight

CoreUI Dashboard Template plugin for SleepingOwl Laravel Admin Panel

Installation

  1. Require this package in your composer.json and run composer update:

    $ composer require limych/sleepingowl-coreui:dev-master
  2. (If you are on Laravel 5.5+ you can skip this step) After composer update, insert service provider in config/app.php:

    <?php
    
    return [
       
        // ...
       
        'providers' => [
           
            /*
             * Laravel Framework Service Providers...
             */
            // ...
            
            /*
             * Package Service Providers...
             */
            Limych\SleepingOwlCoreUI\Providers\CoreUIServiceProvider::class,
            // ...
        
            /*
             * Application Service Providers...
             */
            // ...
           
        ],
       
        // ...
       
    ];
  3. Package assets will be automatically published to public directory of your project on first run.

    If you want to override package config you can manually install it to config directory by run this command:

    $ php artisan vendor:publish --provider="Limych\SleepingOwlCoreUI\Providers\CoreUIServiceProvider" --tag=config

    If you want to override package views you can manually install them to project public directory by run this command:

    $ php artisan vendor:publish --provider="Limych\SleepingOwlCoreUI\Providers\CoreUIServiceProvider" --tag=views
  4. Replace old template in config/sleeping_owl.php to new:

    <?php
    
    return [
     
        // ...
     
        /*
        |--------------------------------------------------------------------------
        |  Admin panel template
        |--------------------------------------------------------------------------
        */
    
        'template' => Limych\SleepingOwlCoreUI\Templates\CoreUITemplate::class,
        
        // ...
     
    ];

sleepingowl-coreui's People

Contributors

limych avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

softlab2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.