StreamsUtilitiesGroupsEntryModel not found on streams-module
Created 7 years ago by lckamalI got this error and while searching on streams-module there is no such Model.
Class 'Anomaly\Streams\Platform\Model\StreamsUtilities\StreamsUtilitiesGr
oupsEntryModel' not found```
ryanthompson
—
7 years ago
Try php artisan streams:compile
but make sure .env
is INSTALLED=false
first. Then remark it installed afterwards. This will prevent boot issues with missing models.
Looks like you need to migrate the module.
The streams module handles multiple namespaces now.