mangrove/panel

Admin panel for Laravel applications

Maintainers

Details

github.com/mangrove/panel

Source

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 5

Forks: 143

Language:JavaScript

1.4.8 2016-09-08 12:09 UTC

README

#LaravelPanel

Total Downloads Latest Stable Version License

LaravelPanel is a modern Laravel Admin package.

This package provides an easily configurable admin panel for Laravel applications with a CRUD system, UI and more.

Screen shot

  • This is a custom CRUD with few lines of code : Gallery dashboard of panel Edit Pages

Main features

  • Permission/Roles Create groups , give them access and add users to it
  • Fully translatable , 9 languages
  • Crud, With just few lines of code, you'll have Add, Edit, Delete and Search actions for your models.
  • Column types: text, select box, checkbox , text editor , datetime, image , autocomplete , tag ,colorpicker
  • **File manager ** power full file manager inside the text editor
  • Extension system that allows you to create own custom column types
  • Sorting, ordering, filters, pagination
  • Import and Export data Every crud you make it have import and export data from Excel
  • Clean Admin, Based on bootstrap 3 and sb-admin-2
  • Dashboard, It shows how many records you have in every model added in menu.
  • Preconfigured, It has default users and models you need.
  • Powerful, It offers a Login section, Admin settings, forgot password and all other features you need for admin panel.
  • ** RTL support **

Demo

You can check the live demo here . User: admin@change.me Pass: 12345

Get started

Get started with laravelpanel

Documents

laravelpanel.com/docs/master

Read this tutorial

How to create an Image Gallery with managment system in 5 minutes