-
Notifications
You must be signed in to change notification settings - Fork 114
Home
Gravitano edited this page Jul 10, 2014
·
11 revisions
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.
- Login Page.
- Quick Admin Dashboard Page.
- Simple Blog Feature : Articles, Categories and Static Pages.
- Users, Roles and Permissions.
- Simple Settings Page.
You can contribute to develop this package with the fork and pull request. For each contribution and pull requests please follow Laravel Coding Style.
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.