Laravel Administrator Versions Save

An administrative interface package for Laravel

v5.0.1

9 years ago
  • Bugfix: Fixing csrf token mismatches for some requests

v5.0.0

9 years ago
  • Upgraded to Laravel 5
  • New translations (az)

v4.16.5

9 years ago
  • Bugfix: Another strange old bug where multiple search fields would do a where and instead of a where or

v4.16.4

9 years ago
  • Bugfix: Strange old bug when using only a setter field on a model

v4.16.3

9 years ago
  • Bugfix: Adding validateString back into Admin validator to avoid issues with old versions of Laravel

4.16.2

9 years ago
  • Bugfix: New Illuminate validateString method did the same thing as the Administrator method of the same name

v4.16.1

9 years ago
  • Bugfix: Previous update broke temporary upload paths

v4.16.0

9 years ago
  • It's now possible to use the raw value of a file/image field to help with storing files on remote servers.

v4.15.0

9 years ago
  • New uneditable states for color, password, enum, and wysiwyg fields for when the editable option resolves to false
  • New translations (sk)
  • Bugfix: Editable fields are now also verified on the back end
  • Bugfix: Setting a string image length would fail uploads
  • Bugfix: Basic validation for relationship fields wasn't working
  • Bugfix: "Characters left" text was sitting unnecessarily outside the "editable" conditional
  • Bugfix: Some missing image-related translations
  • Bugfix: Editable option wasn't working for some fields

v4.14.2

9 years ago
  • Bugfix: Query clauses in the newQuery method for models was throwing errors if bindings were involved