Skip to content

Latest commit

 

History

History
102 lines (70 loc) · 3.15 KB

readme.md

File metadata and controls

102 lines (70 loc) · 3.15 KB

CubosAdmin 0.1 (AdminLTE v2.3.2 + Laravel 5.2.*)

CubosAdmin aims to be the base application integration for Philippine Global Outsourcing projects, Christopher John Cubos, and Ethan Sky Cubos. Our goal is to provide an integrated backend platform to help developers jumpstart their projects on both the frontend and backend of their applications.

Installation

Download then run composer update

Support

The Documentation will be done after the entire app will be integrated. This implmentation of Laravel and AdminLTE is created by Philippines Outsourcing.

Folder Structure

CubosAdmin/
├── public/
│	├──	themes/
│	│	├──	adminlte
│	│	│   ├── bootstrap/
│	│	│   ├── css/
│	│	│   ├── img/
│	│	│   ├── js/
│	│	│   └── plugins/
│	│   └── img/
│	├──	assets/
│	│	├── css/
│	│	├── js/
│	│	├── font/
│	│	├── plugins/
│	│	└── img/
└── app/
    ├── Templates/
    │   ├── __adminlte/
    │   │   ├── assets/
    │   │   ├── demos/
    │   │   ├── layouts/
    │   │   ├── menus/
    │   │   ├── partials/
    │   │   └── template/
    │   ├── front/
    │   │   ├── assets/
    │   │   ├── demos/
    │   │   ├── layouts/
    │   │   ├── partials/
    │   │   │   ├── header.php
    │   │   │   └── footer.php
    │   │   └── template/
    │   ├── auth/
    │   ├── errors/
    │   ├── layouts/
    │   └── vendor/
    ├── Models/
    └── Modules/

Packages Included

AdminLTE v2.3.2

Laravel 5.2.5

Html/Form Builder (laravelcollective/html)

composer require laravelcollective/html

config/app.php

Collective\Html\HtmlServiceProvider::class,

fascades

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

Image Manipulation (intervention/image)

composer require intervention/image

config/app.php

Intervention\Image\ImageServiceProvider::class,

fascade

'Image'      => Intervention\Image\Facades\Image::class,

Licenses

Laravel Framework

The Laravel framework is open-sourced software licensed under the MIT license

AdminLTE

AdminLTE is an open source project by Almsaeed Studio that is licensed under MIT. Almsaeed Studio reserves the right to change the license of future releases.

CubosAdmin

CubosAdmin is a use at your risk license. For commercial or personal use. Retain the copyright notices. (c) Copyright 2016 Philippine Global Outsourcing projects, Christopher John Cubos, and Ethan Sky Cubos.