Marc Garcia Torrent
Marc Garcia Torrent
Hey @HappySoft , the package needs to store data to the BD, so you need a connection
> @magarrent , The package hits DB before I have chance to run `php artisan test`. At this moment DB is blank and schema is created before tests run. Looking...
@HappySoft yes, but you attached a DB connection error: `SQLSTATE[HY000] [1045] Access denied for user 'forge'@'127.0.0.1'` Did you configure the Mysql Connection in the Test environment?
> Hi, > > I am not clear on the subject mentioned problem yet. So, issue might not be Bug. > > **Description** > > I have uploaded an avatar...
> @mgarcia96 "same here" provides us zero context for assisting you. Please try to at least give us version info, and a description of your issue. > > Also, please...
> I like this a lot, thanks @magarrent, if we merge this in, can we get some help supporting this as well 😄 > > Just want to make sure...
**Solution** You need to change the migrations, in my case my _users_ table "id" is not a Big integer. So, you need to change the chatter migrations "user_id": `$table->unsignedBigInteger('user_id');` to...
Any news on this?
Hey there! This issue was solved? I think the sum() function is not working:   
Hey, can you merge this one? Thanks!