I've installed Laravel 5.2 and included this module in my clean system and when i was trying it out, i get that error.


{
"name": "Doge",
"slug": "doge",
"namespace": "Doge",
"version": "1.0",
"author": " ",
"license": "MIT",
"description": "This is the description for the Doge module."
}
i tried inserting the "enabled" in the module.json
{
"name": "Test",
"slug": "test",
"namespace": "Test",
"version": "1.0",
"author": " ",
"license": "MIT",
"description": "This is the description for the Test module.",
"enabled": false,
}
but it didn't work, both still gets the same error
module:list works though

which i assume is not related to this issue as listed : #204
Further testing with system, I tried using the facade but its giving similar effect.

I've installed Laravel 5.2 and included this module in my clean system and when i was trying it out, i get that error.
{
"name": "Doge",
"slug": "doge",
"namespace": "Doge",
"version": "1.0",
"author": " ",
"license": "MIT",
"description": "This is the description for the Doge module."
}
i tried inserting the "enabled" in the module.json
{
"name": "Test",
"slug": "test",
"namespace": "Test",
"version": "1.0",
"author": " ",
"license": "MIT",
"description": "This is the description for the Test module.",
"enabled": false,
}
but it didn't work, both still gets the same error
module:list works though

which i assume is not related to this issue as listed : #204
Further testing with system, I tried using the facade but its giving similar effect.
