Skip to content

Improve Extensible for User and Content Components

Compare
Choose a tag to compare
@darryldecode darryldecode released this 31 Jul 14:54
· 35 commits to master since this release

Upgrading from 1.0 -> 1.0.1

open config/backend/backend.php and add this to array

     /*
     * built-in component models being used
     *
     * NOTE:
     *
     * The purpose of this is for extensibility, if you want to extend relationships for user/content model
     * you can change this to your own and make sure to extend this models
     */
    'user_model'    => 'Darryldecode\Backend\Components\User\Models\User',
    'content_model' => 'Darryldecode\Backend\Components\ContentBuilder\Models\Content',