Laravel Administrator Versions Save

An administrative interface package for Laravel

v4.17

7 years ago
  • Bugfix: Fixing LAv4 for php7

v5.0.12

7 years ago

Version 5.0.12

  • Bugfix: Added the table name to the constraint query
  • Bugfix: Russian translate in knockout.php
  • Bugfix: Update settings.php for Request::url() instead of using url()

v5.0.11

8 years ago

Version 5.0.11

  • Bugfix: Had to make the middleware additon backwards compatible
  • Docs: Added doc updates

v5.0.10

8 years ago

Version 5.0.10

  • Bugfix: L5.2 changed the way url() works so added url('/') instead
  • Added: Support for middleware additions to the Admin routes via the administrator config
  • Testfix: Fixed failing tests

v5.0.9

8 years ago

Version 5.0.9

  • Bugfx: Fix for datetimepicker partially being covered by top menu

v5.0.8

8 years ago

Version 5.0.8

  • Bugfix: Rename Bool class to Boolean to fix PHP 7
  • Bugfix: added missing custom attribute field

v5.0.7

8 years ago

Version 5.0.7

  • Bugfix: Fixed boolean true bug
  • Bugfix: Fixes a bug where soft deletes are not being properly detected in L5

v5.0.6

8 years ago

Version 5.0.6

  • Added: Support for custom domains in the admin routes
  • Added: Ability to access the model from withinthe column output renderer
  • Added: Dynamic Form Request Validation

v5.0.5

8 years ago
  • Added: Added password field to the settings view
  • Added: Romanian Language
  • Added: Basic HasMany Implementation along with re-ordering support
  • Bugfix: Autocomplete working with default value
  • Bugfix: Adding missing session to Admin Controller
  • Bugfix: Fixed improper handling of filter value 0 for Enum/Text field
  • Docfix: Simplified the composer command in the install docs to match the packagist.org instuctions
  • Docfix: Changed the type definition for global_rows_per_page to int instead of Null|nt since Null causes divide by 0 error

v5.0.4

8 years ago

Testfix: fixing tests and js for gulp