Skip to content

Unknown repository type "Mongo". Make sure you register a type before trying to use it.  #3

@benoitkopp

Description

@benoitkopp

Unknown repository type "Mongo". Make sure you register a type before trying to use it.

When i try to add an article.

Coming from this function in the controller:

public function beforeFilter(Event $event)
{
parent::beforeFilter($event);
// Load the Collection using the 'Mongo' provider.
$this->loadModel('Articles', 'Mongo');
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions