StreamsUtilitiesGroupsEntryModel not found on streams-module
Created 7 years ago by lckamal

I 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

Looks like you need to migrate the module.

php artisan migrate --addon=streams

The streams module handles multiple namespaces now.

lckamal  —  7 years ago

It says: Nothing to migrate.

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.