jsouza / panel
This package is abandoned and no longer maintained.
No replacement package was suggested.
Versão alterada serverfireteam/panel
1.2
2016-11-07 15:16 UTC
Requires
- php: >=5.4.0
- barryvdh/laravel-elfinder: 0.3.*
- illuminate/support: ~5.1
- jsouza/rapyd-laravel: 1.0.*
- maatwebsite/excel: ~2.0.0
This package is not auto-updated.
Last update: 2018-11-20 14:13:45 UTC
README
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 :
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
Documents
Read this tutorial
How to create an Image Gallery with managment system in 5 minutes