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.
Download then run composer update
The Documentation will be done after the entire app will be integrated. This implmentation of Laravel and AdminLTE is created by Philippines Outsourcing.
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/
composer require laravelcollective/html
config/app.php
Collective\Html\HtmlServiceProvider::class,
fascades
'Form' => Collective\Html\FormFacade::class,
'Html' => Collective\Html\HtmlFacade::class,
composer require intervention/image
config/app.php
Intervention\Image\ImageServiceProvider::class,
fascade
'Image' => Intervention\Image\Facades\Image::class,
The Laravel framework is open-sourced software licensed under the MIT license
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 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.