Hi all, I am having a hard time to test my rest api app, I think the main reason is because of https...
Hi all, I just updated my dependencies (composer update) on my current project to their most recent...
Hi, when retrieving data from a db table, results are not being decoded as utf-8 for example, I have...
Hi, I have to insert in a table something like 18000 records. I didn't try to use Eloquent, but usin...
The issue is that the package illuminate/support wasn't updated to v5.3.23. Running again composer u...
I am also trying to do something like this $names = DB::table($tableName)->groupBy('uid')->get...
I can't get the right utf-8 decoding! I have this query select name from table .... mysqli gets thi...
Using mysqli works fine, it doesn't work using laravel db:: or eloquent model::! this is the query $...
I think this time it's not a db issue. I tried to get the same row from a new blank document, using...
The Laravel portal for problem solving, knowledge sharing and community building.
The community