Skip to content
Gravitano edited this page Jun 9, 2015 · 11 revisions

Introduction

This package is one of many admin package, which is made to Laravel. In this package already available features the backend of a website. I made ​​this as a starter package to develop or create a web application with laravel. The thing I feel is always rewriting the same code when developing or creating web applications. I hope this package helps developers to create web applications with Laravel.

Features

  • Responsive Admin Theme with AdminLTE.
  • Login Page.
  • Quick Admin Dashboard Page.
  • General Blog Features:
    • Articles
    • Categories
    • Pages.
  • Users Management.
  • Roles Management.
  • Permissions Management.
  • Settings Page.

Contributions and Pull Request

You can contribute to develop this package with the fork and pull request. For each contribution and pull requests please follow PSR-2 Coding Style.

Components

This package uses and requires several other components of the package, as follows:

  • pingpong/trusty, this package is used as a component to manage user roles and permissions.
  • pingpong/menus, this package is used as a component to manage menus on admin sites.
  • intervention/image, this package is used as a component to manage file/image upload.
Clone this wiki locally