Laravelbackend Versions Save

A modular (component based) backend for laravel 5

3.0.4

7 years ago

Fix Notes:

  • Fix component-create scalfolding templates

Upgrade Guide:

composer update darryldecode/laravelbackend

3.0.3

7 years ago

fix forget password errors due to laravel changes in 5.4+

3.0.2

7 years ago

patch for outdated media browser dialog which is now updated to to use elFinder..

3.0.1

7 years ago

#What's New Remove old media manager and replace with new media using elFinder..

#UPDATE GUIDE: on backend config array, add these new config:

    /*
     * Disabled components
     */
    'disabled_components' => array(
        //'Media Manager'
    ),

    /*
     * Media rules
     */
    'upload_rules' => array(
        'uploadDeny' => array(),
        'uploadAllow' => array('all'),
        'uploadOrder' => array('deny','allow'),
    ),

3.0.0

7 years ago

Support for Laravel 5.4~.. See docs for installation: http://laravelbackend.com/

2.0.1

8 years ago

See docs for installation: http://laravelbackend.com/

2.0.0

8 years ago

See docs for installation: http://laravelbackend.com/

1.0.28

8 years ago

CHANGES:

  • Revert back Media Manager design process when producing sizes (this changes was made in ver. 1.0.27)

UPGRADE GUIDE:

composer update "darryldecode/laravelbackend"

1.0.27

8 years ago

CHANGES:

  • Fixed errors on Media Manager component in windows platform regarding directory separator
  • Some changes on Media Manager UI
  • Change folder structure when generating different image sizes

UPGRADE GUIDE:

composer update "darryldecode/laravelbackend"

1.0.26

8 years ago

CHANGES:

  • Fixed password reset error double hashing when password is reset causes incorrect passwords.
  • Added drop table if exists to avoid installation errors.

UPGRADE GUIDE:

composer update "darryldecode/laravelbackend"