Skip to content

philippineglobaloutsourcing/Laravel-5.2-Installation

Repository files navigation

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.

About

Base install of Laravel 5.2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published