Support the ongoing development of Laravel.io →

peppeocchi

Joined 4 Mar 2014

Statistics

Threads 4
Replies 9
Solutions 1
Articles 0

Lumen 5.5 - Testing and mocking repositories

Hi all, I am having a hard time to test my rest api app, I think the main reason is because of https...

0 Likes
0 Replies

BadMethodCallException in Macroable.php line 52: Method shuffle does not exist. - after running composer update

Hi all, I just updated my dependencies (composer update) on my current project to their most recent...

0 Likes
1 Replies

getting results from db table charset utf-8

Hi, when retrieving data from a db table, results are not being decoded as utf-8 for example, I have...

0 Likes
9 Replies

Bulk insertions on db table

Hi, I have to insert in a table something like 18000 records. I didn't try to use Eloquent, but usin...

0 Likes
7 Replies
Solved
replied 7 years ago

BadMethodCallException in Macroable.php line 52: Method shuffle does not exist. - after running composer update

The issue is that the package illuminate/support wasn't updated to v5.3.23. Running again composer u...

0 Likes
replied 10 years ago

getting results from db table charset utf-8

I am also trying to do something like this $names = DB::table($tableName)->groupBy('uid')->get...

0 Likes
replied 10 years ago

getting results from db table charset utf-8

I can't get the right utf-8 decoding! I have this query select name from table .... mysqli gets thi...

0 Likes
replied 10 years ago

getting results from db table charset utf-8

Using mysqli works fine, it doesn't work using laravel db:: or eloquent model::! this is the query $...

0 Likes
replied 10 years ago

getting results from db table charset utf-8

I think this time it's not a db issue. I tried to get the same row from a new blank document, using...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.