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...
Solved, it was a problem of storage engine, changed from InnoDB to MyISAM Now using: mysqli->quer...
I measured the script execution time, using microtime() I run the script and I move on phpmyadmin to...
peppe@ub-R540:~/Desktop$ mysql --user=root --password=XXX db_test_insert < code.sql 1 seconds pe...
The Laravel portal for problem solving, knowledge sharing and community building.