Skip to content

Releases: LaravelDaily/quickadmin

Small fixes

15 Dec 11:43
Compare
Choose a tag to compare

Fixes for license and for some files

Menu management, ENUM, logs and licence

15 Dec 11:25
Compare
Choose a tag to compare
  • 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

10 Dec 13:16
Compare
Choose a tag to compare

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

07 Dec 15:47
Compare
Choose a tag to compare

Important security fix for administrator-user permissions

Bug fixes

27 Nov 11:43
Compare
Choose a tag to compare

Fixes for relationship CRUDs and Directory Separators

Bugfix

26 Nov 15:36
Compare
Choose a tag to compare

Attempt to fix a bug when controllers were not created

Bugfix

26 Nov 12:22
Compare
Choose a tag to compare

Approved pull request

Added chmod to App\Http\Controllers\Admin directory after it is being created

26 Nov 11:58
Compare
Choose a tag to compare

Added chmod to App\Http\Controllers\Admin directory after it is being created

Password reset function

26 Nov 11:03
Compare
Choose a tag to compare

Integrated default Laravel password reset function.

Updated readme file

26 Nov 08:21
Compare
Choose a tag to compare

Added a link to detailed desciption