Releases: LaravelDaily/quickadmin
Releases · LaravelDaily/quickadmin
Small fixes
Fixes for license and for some files
Menu management, ENUM, logs and licence
- Changed CRUDs functionality to Menus (menu item can now be CRUD, Parent menu or Custom Controller)
- Menus management with parent-children relationships and drag-drop
- New CRUD Field type ENUM
- Users actions log (who created/updated/deleted something or logged in)
- MIT Licence
New field types and minor features
NEW FEATURES:
- New field type "datetime" (using datetimepicker - http://trentrichardson.com/examples/timepicker/)
- New field type "money" (with 2 digits, including validation)
- New field type "photo" (with validation for max size/width/height - new dependency on package intervention/image)
- Optional additional comment when creating field (for validation, ex. "Only numbers" or "Minimum 6 symbols" or "Start with http://")
- Mass-delete function in table - checkboxes in the first column and "Check all" checkbox in header
- Correct redirect after logout (was redirecting to homepage)
Important fix
Important security fix for administrator-user permissions
Bug fixes
Fixes for relationship CRUDs and Directory Separators
Bugfix
Bugfix
Added chmod to App\Http\Controllers\Admin directory after it is being created
Added chmod to App\Http\Controllers\Admin directory after it is being created
Password reset function
Integrated default Laravel password reset function.
Updated readme file
Added a link to detailed desciption