Class 'Anomaly\Streams\Platform\Model\Users\UsersRolesEntryModel' not found
Created 7 years ago by ankitasoman

Hi @ryanthompson, I am doing setup of existing project of pyro, while migrating databse I am getting error of Class 'Anomaly\Streams\Platform\Model\Users\UsersRolesEntryModel' not found.

Please help me with this.

Thank you

william  —  7 years ago Best Answer

Try to set installed to false in your .env file and then run php artisan stream:compile. That might fix it.

ankitasoman  —  7 years ago

Thank you @william and @pwrobel both solutions worked !