-
Notifications
You must be signed in to change notification settings - Fork 114
Home
themagnifico edited this page Feb 26, 2016
·
11 revisions
This package is one of many admin packages for the Laravel framework. In this package are ready-made features for the backend of a website. I made this as a starter package to develop a web application with Laravel: the things I feel I am always rewriting when developing or creating web applications. I hope this package helps developers to create web applications with Laravel.
- 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.
You can contribute to this package with by forking and submitting a pull request. For each contribution please follow PSR-2
Coding Style.
This package uses several other components, as follows:
- pingpong-labs/trusty, this package is used to manage user roles and permissions.
- pingpong-labs/menus, this package is used to manage menus on admin sites.
- intervention/image, this package is used to manage file/image upload.